Decision variables and placeholders

Previous Next

When you call a Decision, you can pass values to it as input parameters.

Once inside the Decision, values retrieved by Decision SQL may be passed to the decision's Yes Action and No Action scripts. At this time, you can also choose to store a value in a global variable for continued use. Some script constructs require that a value is stored in such a global variable.

 

 

collapsePassing values to decisions as input parameters
collapsePassing values between SQL and action scripts
collapseGlobal variables
collapseGlobal variables in SqlScript()

 

 

See Also

Decisions

Decision attributes

Decision branching and looping