Unpick [PICK012]
DATASCOPE.SDK.BusinessObjects.Picking.Picking.Unpick()
Unpick Picking Slip by Moving Stock from the Picking Pallet to the Destination Pallet
Returns:
Response - Success
Response Result set to True
Response Message "Quantity: <p_Quantity> of StockCode: <p_StockCode> moved from Tracking ID: <p_FromPallet> to Tracking ID<p_ToPallet>
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
If you don’t like reading, you can watch the video.
None
No Specification
Description
Unpick Picking Slip
Code | PICK012 |
---|---|
Name | Unpick |
Module | Picking |
Functional Area | Picking |
Name Space/Class | DATASCOPE.SDK.BusinessObjects.Picking.Picking |
Release Date | 11/02/2020 |
Release Version | v5.0.18.x |
Prerequisites | None |
---|---|
SYSPRO Objects | None |
Parameters
Name | Description | Mandatory field | Data Type | Default Value |
---|---|---|---|---|
pFromTrackID | From TrackID | YES | string | Â |
pStockCode | StockCode | YES | string | Â |
pLotNumber | Optional Lot Number | NO | string | Â |
pQuantity | Quantity to Unpick | YES | string | 0 |
pToTrackID | Destination TrackID | YES | string | Â |
Technical Specification
<sample code>