Transition Shell Properties

Transition shell property accessors are defined when there is a current transition.

Shell.TransitionName()

Variant& containing string (read-only). The name of the current transition.

Shell.TransitionId()

Variant& containing int (read-only). The TS_ID of the current transition. For details on the TS_ID, refer to Identifying Records by TS_ID and Table ID.

Shell.TransitionType()

Variant& containing string (read-only). Identifies the type of the current transition. Possible values are: Regular, Copy, Update, Delete, Post Item, Create Subtask, Publish Problem, and Post to External Database.

Shell.FromStateName()

Variant& containing string (read-only). The name of the state from which the transition begins.

Shell.FromStateId()

Variant& containing int (read-only). The TS_ID of the state from which the transition begins. For details on the TS_ID, refer to Identifying Records by TS_ID and Table ID.

Shell.ToStateName()

Variant& containing string (inread-onlyput). The name of the state to which the item is transitioned.

Shell.ToStateId()

Variant& containing int (read-only). The TS_ID of the state to which the transition travels. For details on the TS_ID, refer to Identifying Records by TS_ID and Table ID.

Shell.MassTransPreForm()

Variant& containing bool (read-only). Detects if a pre-transition script is running while the mass transition form is being initiated.

Related Topics

Shell Property Descriptions

Shell Properties by Context