Share via


InventTrackingDimTracingHierarchy.isRecordInParentPath Method [AX 2012]

Checks if the specified record is already specified anywhere in the parent path of the specified node.

Syntax

public boolean isRecordInParentPath(
    int _nodeId, 
    TableId _tableId, 
    RefRecId _refRecId)

Run On

Called

Parameters

  • _nodeId
    Type: int
    The node to traverse.

Return Value

Type: boolean
true if the record is found in the path; Otherwise, false.

See Also

Reference

InventTrackingDimTracingHierarchy Class