Versions Compared

Key

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

<Name Space/Class>

<short description>

DATASCOPE.SDK.BusinessObjects.WorkInProgress.JobReturn.JobReturn()

This Business Object will perform a Job Return transaction.

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>

Business Object to perform a work in progress Job Return.

Code

WIP014

Name

JobReturn

Module

WorkInProgress.JobReturn

Functional Area

WorkInProgress

Name Space/Class

DATASCOPE.SDK.BusinessObjects.WorkInProgress

Release Date

17/04/2020

Release Version

v5.0.12.S

Prerequisites

None

SYSPRO Objects

Transaction.WIPTMI

Parameters

Name

Description

Mandatory field

Data Type

Default Value

pJobNumber

SYSPRO Job Number to process the return for

YES

string

 

pStockCpde

SYSPRO Stockcode to porcess the return for on the specified Job

YES

string

 

pLotNumber

SYSPRO Lot numner, only applicable it the stockcode specified is Lot Traceable

YES

string

 

pDestinationBin

Destination Bin in which the Tracking ID should be created/moved to

YES

string

 

pQuantity

Quantoty to be returned to the Job

YES

decimal

 

pDestinationTrackingId

Tracking ID to returnt he stock to, this can be left blank to create a new Tracking ID

NO

string

 

pWarehouse

Warehouse to be used to determine the printer when a new tracking ID is being created

NO

string

 

pPrinterName

Name of the printer, used in the case the warehouse is not supplied  or to override the core WMS printer configuration. Must be a valid printer installed on the WMS Server.

NO

string

 

pReasonNotation

Reason, will be posted to WMS reason field against the Tracking ID as well as the notation field in SYSPRO.

NO

string

 

Technical Specification

Code Block
<sample code>

Example to follow

<insert text>