I have two models that work well independently, replenish3 model and warehouse2 model. I will like two combine the models into on model by adding the logic of the one model to the other one.
The warehouse2 model generates items and stores the items in racks, before orders are generated that pull the items out of storage to be sunk. The replenish3 model works on the same concept, except that items are replenished from rack1 to rack2 when the items in rack2 reaches a certain level.
I want to add the replenish3 model to the warehouse2 model. The items would now be pulled from storage from two separate order points in the model. The items in rack2 need to be replenished from the items in the warehouse2 racks.
I have tried to copy the logic from the replenish3 model to the warehouse2 model, but i have failed miserably.
Please assist?
@Brandon Peterson