Info |
---|
DATASCOPE.SDK.BusinessObjects.Shipping.Waybill.AddPickingSlip() |
This business object calls the InsertWaybillOrder() method to link an existing Picking Slip(s) to an existing Waybill/BOL
Returns:
Response - Success
Response Result set to True
Response Message - "Picking Slip(s) selected for Waybill, XXXXX"
Response - Failure
Response Result set to False
Response Message - Error generated
For a detailed overview on working with DATASCOPE PREMIUM WMS Business Objects, refer to E.Net Business Objects
Info |
---|
If you don’t like reading, you can watch the video. |
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
None No Specification |
Description
Business Object to add a Picking Slip to an existing Waybill/BOL
Code | SHIP002 |
---|---|
Name | AddPickingSlip |
Module | Shipping |
Functional Area | Waybill |
Name Space/Class | DATASCOPE.SDK.BusinessObjects.Shipping.Waybill |
Release Date | 01/04/2021 |
Release Version | v5.0.21.x |
Prerequisites | None |
---|---|
SYSPRO Objects | None |
Parameters
Name | Description | Mandatory field | Data Type | Default Value |
---|---|---|---|---|
pWaybill | Waybill Number | YES | String | <blank> |
pPickingSlip | Picking Slip Number | YES | String | <blank> |
Technical Specification
Code Block |
---|
<sample code> |