Hi ,
In my model, I want to batch items based on Pallet group and Item_type. For example in the below global table
For Item_type == "L"
> I want to batch items with Pallet Group == 1 into one pallet.
> I want to batch items with Pallet Group == 2 into one pallet.
Similarly for Item_type == "H" with specific pallet group number I want to batch those items into one pallet.
I have connected two sources to a combiner. One which send pallets (pallets are unlimited) to combiner and one more source (with the above mentioned parts and qty). From the combiner those pallet with parts move on to the connected Queue.
I have attached my model, how to do this? through batching in process flow?