Share via


InventTransIdSumSingleStatus::newTransOriginIdStatusChildTypeNone Method [AX 2012]

Creates a new instance of the InventTransIdSingleStatus class based on the specified values.

Syntax

server public static InventTransIdSumSingleStatus newTransOriginIdStatusChildTypeNone(
    InventTransOriginId _transOriginId, 
    StatusReceipt _statusReceipt, 
    StatusIssue _statusIssue)

Run On

Server

Parameters

Return Value

Type: InventTransIdSumSingleStatus Class
A new instance of the InventTransIdSingleStatus class.

Remarks

Applies a range on the InventTrans table so only records without a child type are included.

See Also

Reference

InventTransIdSumSingleStatus Class