DATASCOPE.SDK.BusinessObjects.Warehousemovements.TrackingID.TrackingIDIssueToExpense()
This Business Object matches the PC Client -> Inventory Expense Issue application. It allows for stock to be issued from a Tracking ID.
If you don’t like reading, you can watch the video.
None
No Specification
Description
This Business Object allows stock to be Issued from a Tracking ID.
Code | WMOVE001 |
---|---|
Name | TrackingIDIssueToExpense |
Module | WarehouseMovements |
Functional Area | TrackingID |
Name Space/Class | DATASCOPE.SDK.BusinessObjects.WarehouseMovements |
Release Date | 21/10/2021 |
Release Version | 5.0.24 |
Prerequisites | None |
---|---|
SYSPRO Objects | Transaction.INTMB Transaction.INVTMO |
Parameters
Name | Description | Mandatory field | Data Type | Default Value |
---|---|---|---|---|
pTrackingId | WMS Tracking ID to issue from | YES | string |
|
pStockCode | Stock code on the Tracking ID to issue | YES | string |
|
pExpenceAcc | Expense account to issue against in SYSPRO | NO | string | <blank> |
pQuantity | Quantity to issue from the Tracking ID and Stock code | YES | decimal |
|
pBin | Bin, should match the Tracking ID Bin | YES | string |
|
pLotNumber | Lot Number to issue from where applicable if the Stock code is Lot Traceable | NO | string | <blank> |
pWarehouse | Warehouse, should match the Warehouse for the Bin above | YES | string |
|
pComment | Comment to be posted through to Tracking ID History | NO | string | <blank> |
pSYSPROReference | Reference to be posted against the SYSPRO Inventory transaction | NO | string | <blank> |
Technical Specification
<sample code>