InventTransIdSumSingleStatus::newTransOriginIdStatusChildType Method [AX 2012]
Creates a new instance of the InventTransIdSingleStatus class based on the specified values.
Syntax
server public static InventTransIdSumSingleStatus newTransOriginIdStatusChildType(
InventTransOriginId _transOriginId,
StatusReceipt _statusReceipt,
StatusIssue _statusIssue,
InventTransChildType _childType,
InventTransChildRefId _childRefId)
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.
- _childType
Type: InventTransChildType Enumeration
The InventTransChildType value to use as a range.
- _childRefId
Type: InventTransChildRefId Extended Data Type
The InventTransChildRefId value to use as a range.
Return Value
Type: InventTransIdSumSingleStatus Class
A new instance of the InventTransIdSingleStatus class.