DATASCOPE.SDK.BusinessObjects.Shipping.Waybill.AddPickingSlip()
This business object calls the InsertWaybillOrder() method to link an existing Picking Slip to an existing Waybill/BOL
Returns:
Response - Success
Response Result set to True
Response Message - "Pick Slip successfully added to the Waybill"
Response - Failure
Response Result set to False
Response Message - Error generated
If you don’t like reading, you can watch the video.
None
No Specification
Description
Business Object to add a Picking Slip to an existing Waybill/BOL
Code | SHIP002 |
---|---|
Name | AddPickingSlip |
Module | Waybill |
Functional Area | Shipping |
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 |
|
pPickingSlip | Picking Slip Number | YES | String |
|
Technical Specification
<sample code>