switches are essentially If then else statements, however you input what value you're comparing. ex: switch depending on Boolean If true then if false then basically if you have a way for them to set what version of issue order they want to use, you just set the variable, and the switch will perform the desired action based on the value of the variable.
switches are essentially If then else statements, however you input what value you're comparing.
ex: switch depending on Boolean
If true then
if false then
basically if you have a way for them to set what version of issue order they want to use, you just set the variable, and the switch will perform the desired action based on the value of the variable.
Still alive and kicking, just busy.
My guide to the trigger editor (still a work in progress)
You could use a switch and some variables, to determine what course of action it takes.
Still alive and kicking, just busy.
My guide to the trigger editor (still a work in progress)