Info |
---|
DATASCOPE.SDK.BusinessObjects.Picking.OrderPicking.PickQuery() |
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 Business 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 |
RELEASE NOTES
Release notes 24R2 (Ticket # 8382) - PickQuery Business Object development.
Description
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. It will allow a 3rd party application or script to pull the list of information from the system, by simply providing the pick slip number. The same information provided in the Items tab will be provided to the 3rd party caller.
Code | PIK004 (PIK015) |
---|---|
Name | PickQuery |
Module | Picking |
Functional Area | OrderPicking |
Name Space/Class | DATASCOPE.SDK.BusinessObjects.Picking.OrderPicking.PickQuery() |
Release Date | July 2024 |
Release Version | 24R2 |
Prerequisites | None |
---|---|
SYSPRO Objects |
Parameters
Name | Description | Mandatory field | Data Type | Default Value |
---|---|---|---|---|
pReferenceNumber |
Technical Specification
Code Block |
---|
<sample code> |