Hi, I have developed an inventory system with min max parameter. Min parameter acts as reorder level. Currently I review the inventory position continuously (using event triggered and decide activities), but i curious how to model it periodically. For example I just want to review the inventory position 2 times per week, Monday and Thursday. Anybody have a general idea how to model it?
My current idea is to use schedule source and set quantity = 1 on predefined day for decision making. Then using decide to check if order should be placed.
Thanks