StatusOptionMetadata.TransitionData Property
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets or sets the status transitions allowed for this status.
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Property Value
Type: System.StringType: String
The encoded XML document that defines the allowed transitions.
When the EntityMetadata.EnforceTransitions property is true, the data in this property defines which status changes are allowed. The document defines both the current status sourcestatusid and the allowed status values tostatusid.
<allowedtransitions xmlns="http://schemas.microsoft.com/crm/2009/WebServices"> <allowedtransition sourcestatusid="1" tostatusid="6" /> </allowedtransitions>
Information about the statecode value that corresponds to the allowed status values is available by querying the StatusOptionMetadata.State property of the option with the StatusOptionMetadata.Value that corresponds to the tostatusid value.
More information: Define custom state model transitions
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright