Info |
---|
DATASCOPE.SDK.BusinessObjects.WorkInProgress.PickSlipRelease.ReserveLin() |
This Business Object will perform a Reserve Stock transaction.
For a detailed overview on working with DATASCOPE PREMIUM WMS Business Objects, refer to E.Net Business Objects
Info |
---|
If you don’t like reading, you can watch the video. |
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
None No Specification |
Description
BO to Reserve stock for a WIP Release Line
Code | WIP002 |
---|---|
Name | ReserveLine |
Module | WorkInProgress.ReserveLine |
Functional Area | WorkInProgress |
Name Space/Class | DATASCOPE.SDK.BusinessObjects.WorkInProgress |
Release Date | 17/04/2020 |
Release Version | 5.0.16 |
Prerequisites | None |
---|---|
SYSPRO Objects | None |
Parameters
Name | Description | Mandatory field | Data Type | Default Value |
---|---|---|---|---|
pJob | SYSPRO Job Number to process the return for | YES | string |
|
pTrackingId | WMS TrackId to be reserved for the Job and Line | YES | string |
|
pStockCode | StockCode on the TrackId to reserve | YES | string |
|
pLotNumber | Lot Number on the TrackId to reserve | NO | string |
|
pQuantity | Quantity to be reserved | YES | decimal |
|
pPickingStrategy | Picking Strategy to be used, if any | NO | string |
|
pAllocationReference | Allocation Reference if this reservation is part of a Group (for splitting picks) | NO | string |
Technical Specification
Code Block |
---|
<sample code> |