GoToNextFunction
Returns False, which causes the next function in the ruleset to run.
Syntax
bool GoToNextFunction ()
Parameters
None.Returns
Always False.Level
All.Details
Returns a False condition so that the next function in the RuleSet can run.- Example
IsFieldMatching("Skip") GoToNextFunction()If the condition in the first action is met, the sequence assigns a False status to the second action and to the rule of which it is a part. As a result, execution continues with the next function in the Rule.