I have a workflow that should execute when a drops...
# suiteflow
s
I have a workflow that should execute when a dropship PO is created. I have the workflow set with "Create" ticked and Event Type of "Drop Ship" It is supposed to copy the customer PO from the originating sales order to the DSPO using {createdFrom:otherrefnum} It sometimes works and sometimes does not. But the log always, even when it works, shows... Check: Action allowed for trigger event type DROPSHIP? False ...as the last message before "Workflow finished". Any suggestions?
d
I did something similar some years back. The client works with a lot of dropship PO. I have a workflow that was deployed on purchased. On the first stage, I added a condition createdFrom.type if it is sales order and save flag that dropship is true. Then all my other stages and actions use the above condition to retrieve anything from the createdFrom link.