I created a workflow yesterday that subtracts the Quantity on Hand of a product after the order has been fulfilled. It worked a few times but has now stopped. Any idea why this might occur?
Process is as follows
Activate as Process, Entity Order Product, Category Workflow, Scope Organization, Start when record is created.
If Order (Order):Status equals[Fulfilled] AND [Order(Order):Order Type equals [Installation Maintenance]], then:
Update Existing Product, Quantity on Hand Decrement by {Quantity(Order Product)}