Info |
---|
DATASCOPE.SDK.BusinessObjects.Picking.OrderPicking.PickConfirmPickQuery() |
This calls the standard internal WMS Confirm Picking Slip Method, all existing logic applies.
Validates that the picking slip exists and is in Status STARTED
Returns:
Response - Success
Response Result set to True
Response Message "Picking Slip X1234X successfully Confirmed"
Response - Failure
Response Result set to False
Response Message - Error generated
This Business Object is designed to be used with several other Picking objects within DATASCOPE WMS. These objects can re-create the entire Order Picking process within the core system. This object forms one of the first steps in the process, namely listing the stock required to be picked for a particular Picking Slip.
The Business Object matches the Items tab within the core Picking module and will allow third-party developers to pull information about items to be picked. This can be used in multiple ways, either to show users the items OR in a more automated process to run through the lines and process them using the other Order Picking objects.
This object falls under the Order Picking functional area and this is specific to Sales Order Picking and not Job or Work in Progress.
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 Specifications |
Description
Business Object to Confirm a Picking Slip
Code
PIK006
Name
This is a query Business Object and works slightly different than the standard Post Business Objects, as it will return the data within the Results Business Object of the call.
Code | PIK004 (PIK015) |
---|---|
Name | PickQuery |
Module | Picking |
Functional Area | OrderPicking |
Name Space/Class | DATASCOPE.SDK.BusinessObjects.Picking.OrderPicking.PickQuery() |
Release Date | 26/08/2020 |
Release Version | v5.0.16.x |
Prerequisites | None |
---|---|
SYSPRO Objects | Only if SHIP_LOCATION = PICK CONFIRMATION Transaction.SORTBO, Transaction.SORTIC, Transaction.SORTRA, Transaction.SORTRS, Transaction.SORTRR, Transaction.TPMTAP, Transaction.TPMTAP |
Parameters
Name | Description | Mandatory field | Data Type | Default Value |
---|---|---|---|---|
pPickSlip | Picking Slip to Confirm | YES | String | N/A |
Technical Specification
Code Block |
---|
<sample code> |