TransitionRules Property
Description
The transition rules for the specified field and group.
Property type
Read-only property
Syntax
Visual Basic
Public Property TransitionRules( _
   ByVal EntityName As String, _
   ByVal Field As Variant, _
   ByVal Group As Variant _
) As Object
Parameters
EntityName
The name of the database table.
Field
The name of the field or a CustomizationField Object.
Group
CustomizationUsersGroup Object.
See Also