Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

<Name Space/Class>

<short description>

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

Info

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

Panel
panelIconId1f3a5
panelIcon:movie_camera:
panelIconText🎥
bgColor#DEEBFF

<Sample Video>

<Technical Specification>None

No Specification

Description<longer 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

Code Block
<sample code>

Example to follow

<insert text>