Hi everyone... Whats the best way to create an IF....
# suiteflow
e
Hi everyone... Whats the best way to create an IF... ELSE logic in the transitions? I need to create a complex set of conditions to transition from Step A to Step B... But in case the conditions are not met, then transition to from Step A to Step C
t
Make 2 transitions. 1st transition if all the conditions are true, the second one if any 1 of the conditions is false. Transition 1 goes to step B, transition 2 goes to step C
e
Thanks @Th3VanMan
n
@Edgar Valdes as well as building the condition criteria in the Workflow I have found it helpful to build the transition criteria as as a Saved Search and use the SS on the transition. that allowed me to see which transactions were going to be selected without having to run the workflow
e
Thanks @Netsuite Tragic