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.Unpick()

Unpick Picking Slip by Moving Stock from the Picking Pallet to the Destination Pallet

Returns:
Response - Success
Response Result set to True
Response Message "Quantity: <p_Quantity> of StockCode: <p_StockCode> moved from Tracking ID: <p_FromPallet> to Tracking ID<p_ToPallet>
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

Unpick Picking Slip

Code

PICK012

Name

Unpick

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

pFromTrackID

From TrackID

YES

string

 

pStockCode

StockCode

YES

string

 

pLotNumber

Optional Lot Number

NO

string

 

pQuantity

Quantity to Unpick

YES

string

0

pToTrackID

Destination TrackID

YES

string

 

Technical Specification

<sample code>
  • No labels