Mobile Warehouse and Shipping

Good morning all. as we are looking to implement KMW I see a concern that I have not figured a way to handle.

When we scan a barcode in, we want the primary bin for the part to be displayed. Right now, I am seeing MAIN as the bin. MAIN is our floor and the default in Company Configuration under shipping and receiving.

WE are currently not using fulfillment workbench. This would all be handled by Sales Order Pick List for phase 1. Operations felt it was too much to go to fulfillment workbench and using the material queue so that is phase 2.

Thank you for your thoughts

1 Like

John, what I’ve heard said about customizing is that you need to use BPMs to handle the data part of it.

These handhelds call business object methods just like the rest of the screens.

So, for example, if you scan somethign and see the screen do somethign you need to figure out what method it’s calling and then you can write a BPM to interject and do what you are asking with the data.

Are you using the Pack Out screen to create the shipment or are you adding lines to the shipment manually? We use Pack Out and found that it was defaulting to the primary bin for each part so we created a Post-Processing Method Directive on Erp.BO.CustShip.POGetDtlList to set the BinNum field to the site’s default shipping bin. If you’re using Pack Out you may be able to use the same method.

1 Like

Here you are @GTI07094 , an example of what I was talking about. Thank you @tsmith for going more into detail!

@tsmith - we are using pack out for carton integrity, but that is where I am seeing it default to main on each pack line. Correction through to my previous state as its under site config where the default value is. The primary bin is what my team wants and not what I am seeing “We use Pack Out and found that it was defaulting to the primary bin”

@utaylor I dont see an example

at packout/Packline

and then what I see when I click on bins

image