PickSlipStatusUpdate [PICK017]

DATASCOPE.SDK.BusinessObjects.Picking.OrderPicking.PickSlipStatusUpdate()

Business Object to update pick slip status. This Business Object will replicate the functions of the Pick Slip Status Update PC screen.

For a detailed overview of 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 Specifications

RELEASE NOTES

  • Release notes 24R2 (Ticket # 8380) - 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

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>

Validations

The following validations is required.

  • Pick Slip - A valid pick slip created in DATASCOPE WMS

  • New Status - A valid status, as per the New status list - UNRESERVED,CREATED,PRINTED,ASSIGNED,STARTED,PICKED,CHECKED,D/NOTE,DISPATCHED,INVOICED,LOADED,SHIPPING,COMPLETE,CANCELLED

Technical Specification

<sample code>

Testing the BO

The Business Object Harness application should be used to assist in troubleshooting and testing any of the DATASCOPE WMS Business Objects.

  • Ensure you followed the installation process to install and configure the Business Object Harness application.

  • To test the Business Object

o   Open the Business Object Harness

image-20240822-132908.png

o   Enter the Company ID you would like to login to, followed by a valid Operator, along with its password and company password (if any). Clicking the Login button will then attempt to log in to the system using the WebAPI.

o   The first step in posting an object is to select and add it to the main content window.

image-20240822-133500.png

o   Now you are ready to start testing the Business Object.

Â