Info |
---|
DATASCOPE.SDK.BusinessObjects.Picking.OrderPicking.PickSlipStatusUpdate() |
BO to update pick slip status.
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 # 83818380) - PrintPickSlip StatusUpdatePickSlipStatusUpdate Business Object development.
Description
BO to update pick slip status.
Code | PIK017 |
---|---|
Name | PickSlipStatusUpdate |
Module | Picking |
Functional Area | OrderPicking |
Name Space/Class | DATASCOPE.SDK.BusinessObjects.Picking.OrderPicking.PickSlipStatusUpdate() |
Release Date | August 2024 |
Release Version | v24.2 |
Prerequisites | None |
---|---|
SYSPRO Objects |
Parameters
This object will allow a 3rd Party application or script to simply call the object and perform the required underlying logic and transactions as if it were being transacted through the front end application. (PC-screen)
Returns:
Response - Success
Response Result set to True
Response Message "Picking Slip XXXX, Status Updated from AAAA to BBBB"
Response - Failure
Response Result set to False
Response Message - Error generated
Name | Description | Mandatory field | Data Type | Default Value |
---|---|---|---|---|
pPickSlip | Mandatory Picking Slip Number to have its Status Updated. | YES | string | <blank> |
pNewStatus | New Status for the pick to be updated to, must be one of the following: UNRESERVED,CREATED,PRINTED,ASSIGNED,STARTED,PICKED,CHECKED,D/NOTE,DISPATCHED,INVOICED,LOADED,SHIPPING,COMPLETE,CANCELLED | YES | string | <blank> |
Technical Specification
Code Block |
---|
<sample code> |