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

« Previous Version 2 Current »

DATASCOPE.SDK.BusinessObjects.Picking.Picking.StatusUpdate()

Update Picking Slip Status to New Status. Allow changing status to either
CANCELED,
COMPLETE,
CREATED,
D_NOTE,
INVOICED,
PICKED,
PRINTED,
SHIPPING,
STARTED

Returns:
Response - Success
Response Result set to True
Response Message "Success, Pick Slip Updated"
Response - Failure
Response Result set to False
Response Message - Error generated

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

None

No Specification

Description

Update Picking Slip Status

Code

PICK013

Name

StatusUpdate

Module

Picking

Functional Area

Picking

Name Space/Class

DATASCOPE.SDK.BusinessObjects.Picking.Picking

Release Date

11/02/2020

Release Version

v5.0.18.x

Prerequisites

None

SYSPRO Objects

None

Parameters

Name

Description

Mandatory field

Data Type

Default Value

pPickingSlipNumber

Picking Slip Number

YES

string

 

pPickingSlipStatus

New Status of Picking Slip

YES

Enum.PickingSlipStatus

 

Technical Specification

<sample code>
  • No labels