Hello is it possible to run the actions of a workf...
# general
m
Hello is it possible to run the actions of a workflow according to an order? let me explain, I want my workflow to turn on first on the purchase order to fill in a field then the workflow turn on the item receipt to populated a field with the value populated previously on the purchase order
a
I think if you just make 1 WF for the PO and 1 for the item recipt it will work WF1 would only fire when PO is created/edited WF2 would only fire when IR is created/edited
m
Hello @AI1 yes I was thinking of this solution but I would have preferred to do everything in one
a
Well the WF will only run on 1 record at a time. And since the PO and IR are separate records it will be 2 separate instances of the WF You can do all as 1 if you want and just put a condition of Type = PO for 1 action and Type = IR for the other