GetPickPackListDetail command
This command retrieves pick ticket and packing list information for the Inquire_WCS_PickPackListDetail XML message.
Parameter values
- pickBatchId
- Required: The reference number of the pick batch as defined in the PICKBATCH_ID column of the PICKBATCH table.
Example
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE Inquire_WCS_PickPackListDetail SYSTEM 'Inquire_WCS_PickPackListDetail_10.dtd'> <Inquire_WCS_PickPackListDetail version="1.0"> <ControlArea> <Verb value="Inquire"></Verb> <Noun value="WCS_PickPackListDetail"></Noun> </ControlArea> <DataArea> <PickPackListDetail> <WCSPickBatchID>123456</WCSPickBatchID> </PickPackListDetail> </DataArea> </Inquire_WCS_PickPackListDetail>
Behavior
- Checks if the pickBatchId exists in the PICKBATCH table.
- Checks that there is at least one record in the ORDRELEASE table for that pickBatchId.
- Retrieves the pick ticket XML from the PICKBATCH table and the packing list XML for the given pickBatchId and forwards to the view task to compose the Report_WCS_PickPackListDetail message.
- The Report_WCS_PickPackListDetail message containing pick ticket and packing list information is sent in response.
Exception conditions
- The pickBatchId is invalid or not found in the PICKBATCH or ORDRELEASE tables.
Related concepts
Message classification
Related reference
Inquire_WCS_PickPackListDetail message