InventDimTrackingInventTransNode::newFromInventTrans Method [AX 2012]
Creates and initializes a new instance of this class based on the specified transaction.
Syntax
client server public static InventDimTrackingInventTransNode newFromInventTrans(InventTrans _inventTrans, InventTransOrigin _inventTransOrigin)
Run On
Called
Parameters
- _inventTrans
Type: InventTrans Table
The InventTrans transaction to base the instance on.
- _inventTransOrigin
Type: InventTransOrigin Table
The InventTransOrigin record related to the specified InventTrans record.
Return Value
Type: InventDimTrackingInventTransNode Class
A new instance of this class.