SBM ModScript Reference → Programming SBM ModScript → Shell Properties → Shell Property Descriptions → Transition Shell Properties
Transition shell property accessors are defined when there is a current transition.
string (input). The name of the current transition.
int (input). The TS_ID of the current transition. For details on the TS_ID, refer to Identifying Records by TS_ID and Table ID.
string (input). 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.
string (input). The name of the state from which the transition begins.
lint (input). 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.
string (input). The name of the state to which the item is transitioned.
int (input). 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.
bool (input). Detects if a pre-transition script is running while the mass transition form is being initiated.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.