CustomizationTransitionRule Object
Description
Represents a single transition rule.
Remarks
Defines a permitted change from a SourceValue to a DestinationValue. The group, entity, and field to which the values apply are taken from the CustomizationTransitionRules Object from which the reference to this CustomizationTransitionRule Object was obtained.
Public Properties
Public Property DestinationValueThe destination value of the transition rule, that is, the value after the change.
Public Property SourceValueThe source value of the transition rule, that is, the value before the change.
Public Property UpdatedIndicates if the object has been modified since last synchronized with server.
See Also