Share via


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

  • _inventTransOrigin
    Type: InventTransOrigin Table
    The InventTransOrigin record related to the inventory transaction.

Return Value

Type: InventDimTrackingInventTransNode Class
The new tracing node for the inventory transaction..

See Also

Reference

InventTrackingDimTracingRelations Class