IsValidStateTransitionRequest.NewState Property

Definition

Gets or sets the proposed new state for the record.

public:
 property System::String ^ NewState { System::String ^ get(); void set(System::String ^ value); };
public string NewState { get; set; }
member this.NewState : string with get, set
Public Property NewState As String

Property Value

The proposed new state for the record.

Remarks

This property corresponds to the Entityname.StateCode column. It specifies the possible states for a record. It is shown as the Status in model-driven applications. For a list of the state 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