IsValidStateTransitionRequest.NewStatus Property

Definition

Gets or sets the proposed new status for the record.

public:
 property int NewStatus { int get(); void set(int value); };
public int NewStatus { get; set; }
member this.NewStatus : int with get, set
Public Property NewStatus As Integer

Property Value

The proposed new status for the record.

Remarks

The NewStatus property corresponds to the Entityname.StatusCode column. It is shown as the Status Reason in model-driven applications. If you set the value of this property to -1, the system sets the appropriate corresponding status value. For a list of the status values, see the table definition. You can use a table definition browser like the one described in Browse table definitions in your environment.

Applies to