InventDim::mcrFindOrCreateInventDimInvBatch Method
Finds the InventDim record based on site, warehouse, location, and batch number.
Syntax
server public static InventDim mcrFindOrCreateInventDimInvBatch(
InventSiteId _inventSiteId,
InventLocationId _inventLocationId,
WMSLocationId _wmsLocationId,
InventBatchId _inventBatchId)
Run On
Server
Parameters
- _inventSiteId
Type: InventSiteId Extended Data Type
The invent site id to search for.
- _inventLocationId
Type: InventLocationId Extended Data Type
The invent location id to search for.
- _wmsLocationId
Type: WMSLocationId Extended Data Type
The warehouse location to search for.
- _inventBatchId
Type: InventBatchId Extended Data Type
The inventory batch id to search for.
Return Value
Type: InventDim Table
A InventDim buffer; otherwise an empty record.