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

Return Value

Type: InventDim Table
A InventDim buffer; otherwise an empty record.

See Also

Reference

InventDim Table