Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

If you don’t like reading, you can watch the video.

None

No Specifications

RELEASE NOTES

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

<sample code>
  • No labels