ReqBOMInventDim.inventDim Method [AX 2012]
Determines the inventory dimension for a given BOM line.
Syntax
public InventDim inventDim(
ReqTrans _reqTransBOM,
InventTable _inventTable,
BOM _bom,
ReqSetupDim _setupDim,
ReqCalcRecordCacheInventDim _reqCalcRecordCacheInventDim)
Run On
Called
Parameters
- _reqTransBOM
Type: ReqTrans Table
A ReqTrans record.
- _inventTable
Type: InventTable Table
A InventTable record.
- _bom
Type: BOM Table
The BOM record.
- _setupDim
Type: ReqSetupDim Class
A ReqSetupDim object.
- _reqCalcRecordCacheInventDim
Type: ReqCalcRecordCacheInventDim Class
A ReqCalcRecordCacheInventDim object used to cache inventory dimension information.
Return Value
Type: InventDim Table
The InventDim record that represents the issue dimension for the BOM line.