InventTrackingDimTracingRelations.addForwardRelation Method [AX 2012]
Adds the specified inventory transaction as a forward child node of the specified tracing node.
Syntax
public InventDimTrackingInventTransNode addForwardRelation(
InventDimTrackingInventTransNode _currentTransaction,
InventTransOrigin _inventTransOrigin,
InventTrans _inventTrans)
Run On
Called
Parameters
- _currentTransaction
Type: InventDimTrackingInventTransNode Class
The tracing node.
- _inventTransOrigin
Type: InventTransOrigin Table
The InventTransOrigin record related to the inventory transaction.
- _inventTrans
Type: InventTrans Table
The inventory transaction.
Return Value
Type: InventDimTrackingInventTransNode Class
The new tracing node for the inventory transaction..