DATASCOPE.SDK.BusinessObjects.WarehouseControl.StockTake.StocktakeItemPost()
This Business Object is used to Post a single Stock Take Item.
For a detailed overview on working with DATASCOPE PREMIUM WMS Business Objects, refer to E.Net Business Objects
If you don’t like reading, you can watch the video.
None
No Specification
Description
Post a single Stock Take Item
Code | WCONTROL002 |
---|---|
Name | StocktakeItemPost |
Module | WarehouseControl |
Functional Area | StockTake |
Name Space/Class | DATASCOPE.SDK.BusinessObjects.WarehouseControl.StockTake |
Release Date | Aug 2024 |
Release Version | v24.2 |
Prerequisites | None |
---|---|
SYSPRO Objects | None |
Parameters
Name | Description | Mandatory field | Data Type | Default Value | |
---|---|---|---|---|---|
pWarehouse | The warehouse that has an open StockTake - A valid Syspro Warehouse; A StockTake has been opened for the warehouse in Syspro | YES | string | <blank> | |
pBin | The bin being counted in the stock take - A valid Bin that exists in WMS | YES | string | <blank> | |
pEmptyBin | A bin can be counted as an 'Empty' bin, meaning no Track IDs or stock were found in it, the options for this property are Y or N. If set to Y, the bin will be marked as an empty bin, otherwise counted as per normal. | YES | string | <blank> | |
pTrackIDs | This is a List of Post items and must contain at least one item. | ||||
pTrackID | It is the TrackID found within the Bin | YES | String | <blank> | |
pStockCode | The stock code found on the TrackID | YES | String | <blank> | |
pLot | Lot Number applicable for the pStockCode. Only required if the pStockCode is flagged at Lot Traceable in SYSPRO. | NO | String | Required if pStockCode is Lot traceable, otherwise <blank> | |
pExpiryDate | Expiry Date for the pLot if the pStockCode is Lot Traceable and using Expiry Dates in SYSPRO. If pLot is Traceable and not supplied, No Expiry will be posted to SYSPRO and reflect at 0000/00/00 | NO | String | <blank> | |
pQuantity | The quantity of stock on the TrackID | YES | Decimal | 0 | |
pUOM | The UOM the qty has been captured in. If it is <blank> the default value stored in the System Setting (STOCKTAKE / DEFAULT_CAPTURE_UOM) will be used | NO | String | <blank> | |
Technical Specification
<sample code>