Skip to Content
0
Former Member
Jul 12, 2010 at 11:04 AM

Small Lot no move to control record if text starts with BT

20 Views

The batch number that Honda sends has nothing to do with a Bosch batch number. For true small lot items the ZHON text will contain a small lot number, a batch number, and a sequence number. It would look like this:

LT:C21002016603

BT:202147

JS:000002

What you need to do is loop throught the ZHON text and look for a line that starts with "BT". That tells us that Honda has sent a batch number. The problem we had before is Honda only sent a sequence number and the ZHON text looked like this:

JS:000002

What Honda is telling us when he only sends a sequence number is how the pallets should be packed in the truck, which is not related to small lot processing and shouldn't trigger the small lot logic.