Hi, I have a plant, a DC (list) , and customers.
The production is triggered if the inventory position (inventory on hand / still in list + inventory on order / still in delay or production leadtime in my case) is equal or below a reorder level (I created a process flow variable for this). How can I capture this number under event-triggered activity?
Similar question for determining how many products to produce. I use "create tokens" activity for creating tokens if the mentioned event triggered. The problem is how to write the quantity here. My idea is to calculate: max level (as a process flow variable) - inventory on hand - inventory on order.
Any idea how to adjust the model? @Raja Sekaran @Jörg Vogel