Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

EntityMetadata.IsStateModelAware Property

Definition

Namespace:
Microsoft.Xrm.Sdk.Metadata
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets whether the entity supports setting custom state transitions.

public:
 property Nullable<bool> IsStateModelAware { Nullable<bool> get(); };
[System.Runtime.Serialization.DataMember]
public bool? IsStateModelAware { get; }
[<System.Runtime.Serialization.DataMember>]
member this.IsStateModelAware : Nullable<bool>
Public ReadOnly Property IsStateModelAware As Nullable(Of Boolean)

Property Value

true if the entity supports custom status transitions; otherwise, false.

Attributes

Remarks

The incident (case) entity is the only system entity that supports custom status transitions. Custom entities are also state model aware. More information: Define custom state model transitions.

Applies to