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
Th3VanMan
08/04/2022, 7:36 PM
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
Edgar Valdes
08/04/2022, 7:40 PM
Thanks @Th3VanMan
n
Netsuite Tragic
08/05/2022, 12:04 AM
@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