I'm looking to transition when a Sales Order is fulfilled and goes from pending fulfillment to pending billing, I tried a transition on after submit status = pending billing but that did not work. Any one do this before I spend hours trying different things?
k
KevinJ of Kansas
11/17/2021, 9:05 PM
You need a script on the transaction that triggers the status transition to trigger your workflow
KevinJ of Kansas
11/17/2021, 9:06 PM
or a scheduled workflow that looks at status and then checks a box and does whatever it needs to do on a 30 minute - day delay or whatever you deem appropriate
b
barinvon
11/17/2021, 9:11 PM
ok, thank you, I would have tried many things before releasing that.