InventDimTracking::expandNodeSearchOnServer Method [AX 2012]
Creates a server bound instance of the InventDimTracking class.
Syntax
server protected static container expandNodeSearchOnServer(
Counter _warningCounter,
container _inventDimTrackingNodePacked,
container _nodeInfoMapPacked)
Run On
Server
Parameters
- _warningCounter
Type: Counter Extended Data Type
The maximum value of transactions that the current search can hold.
- _inventDimTrackingNodePacked
Type: container
The current node in the tree.
- _nodeInfoMapPacked
Type: container
The nodeInfoMap that contains information about the tree structure.
Return Value
Type: container
A container of all the transactions that correspond to the current node.
Remarks
This method unpacks all the data that is necessary to find all related transactions for the current node and returns a container of the corresponding transactions.