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 data-base table name of any entity. For example:
BUG, CYCLE, DESSTEPS, GROUPS, HOSTS, HOST_GROUP, HOST_IN_GROUP, MAILCOND, REQ, RUN, STEP, TEST, TESTCYCL, TRAN_RULES, USERS and so on.

Do not pass the name of a table that does not represent an entity. For example, do not pass an associative table, a multiple values table, and so on.

Field
The name of the field or a CustomizationField Object.
Group
The name of the group or a CustomizationUsersGroup Object.
See Also