Info |
---|
<Name Space/Class> |
DATASCOPE.SDK.BusinessObjects.WorkInProgress.JobIssue.JobIssue() |
This Business Object will perform a Job Issue transaction
Info |
---|
If you don’t like reading, you can watch the video. |
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<Sample Video> <Technical Specification>None No Specification |
Description<longer description>
Object to issue stock to a job
Code | WIP015 |
---|---|
Name | PostJobIssue |
Module | WorkInProgress.JobIssue |
Functional Area | WorkInProgress |
Name Space/Class | DATASCOPE.SDK.BusinessObjects.WorkInProgress |
Release Date | |
Release Version | v5.0.16 |
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 |
|
pStockopde | 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 |
|
pQuantity | Quantity to be issued to job | YES | decimal |
|
pMaterialReference |
| NO | string |
|
pLine |
| NO | string |
|
pFromTrackingID | TrackID used to get stock from | YES | 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> |