I want a workflow to execute on inventory item records only under the condition that the inventory level at all locations is equal to zero. How can I express that as a Condition?
a
AI1
06/01/2022, 8:00 PM
Create a saved search that aggregates all on hand qty across all locations then use the summary criteria to limit to when SUM({location on hand}) <= 0
AI1
06/01/2022, 8:32 PM
Then use that saved search as your condition
l
Luis
06/02/2022, 6:55 AM
Isn't there a total quantity on hand field already available in the Item record?
Luis
06/02/2022, 6:56 AM
Not exactly sure how it's called in the Workflow but there is one in the Item record. I suppose that's also available in the WF