InventTrackingDimTracingSearch.createSubNode Method [AX 2012]

Create a transaction node with the specified transaction information under the specified node.

Syntax

protected abstract void createSubNode(
    InventDimTrackingInventTransNode _currentNode, 
    InventTrans _inventTrans, 
    InventTransOrigin _inventTransOrigin)

Run On

Called

Parameters

  • _inventTrans
    Type: InventTrans Table
    The InventTrans record for the inventory transaction.

See Also

Reference

InventTrackingDimTracingSearch Class