We have a number of "problem" Sales Orders marked ...
# suiteflow
c
We have a number of "problem" Sales Orders marked by a custom field. How can I trigger a workflow when any of them are bulk fulfilled? The WF I have written is after-submit and it works, but only if you manually edit the record -- but bulk fulfills or click the fulfill button on the SO, then creating an IF and saving it doesn't. Is there a way around that in a workflow?
n
How about your workflow consider Item Fulfilments "On Create" and filter by Created From .[problem custom field]. Alternatively identify your problem IF through Saved Search and schedule WF.
c
Thanks, that's exactly what I did and it seems to work. Appreciate the help!