InventTransIdSumSingleStatus::newTransOriginIdStatusDimension Method [AX 2012]
Creates a new instance of the InventTransIdSingleStatus class based on the specified values.
Syntax
server public static InventTransIdSumSingleStatus newTransOriginIdStatusDimension(
InventTransOriginId _transOriginId,
StatusReceipt _statusReceipt,
StatusIssue _statusIssue,
InventDim _inventDimCriteria,
InventDimParm _inventDimParmCriteria)
Run On
Server
Parameters
- _transOriginId
Type: InventTransOriginId Extended Data Type
The reference to the inventory movement for which the results are calculated.
- _statusReceipt
Type: StatusReceipt Enumeration
The StatusReceipt value for which the class should calculate values.
- _statusIssue
Type: StatusIssue Enumeration
The StatusIssue value for which the class should calculate values.
- _inventDimCriteria
Type: InventDim Table
An InventDim buffer that contains the inventory dimension values to use as ranges.
- _inventDimParmCriteria
Type: InventDimParm Table
An InventDimParm buffer that contains which inventory dimensions to use as ranges.
Return Value
Type: InventTransIdSumSingleStatus Class
A new instance of the InventTransIdSingleStatus class.