Step.CustomFalseActionTargetByExpr
- Updated2024-10-09
- 1 minute(s) read
Step.CustomFalseActionTargetByExpr
Syntax
Step.CustomFalseActionTargetByExpr
Data Type
Purpose
Specifies the target for the post action the Step.CustomFalseAction property specifies.
Remarks
- If the Step.CustomFalseAction property is PostAction_GotoStep , the target is the name of the step or the ID of the step. If you specify the target by name, the target step must reside in the same step group. If you specify the target by ID, the target step can reside in any step group in the sequence.
- If the Step.CustomFalseAction property is PostAction_CallCallback , the target is the name of the callback sequence.
- For all other types of post actions, the target property is not used.
This value is an expression. You can set the value with the name of the property that stores the name of the target or with a string constant. A string constant is the name of the target enclosed in double quotation marks.