RetailDeploymentHierarchyController.getParentID Method [AX 2012]

Gets the ID of a nodes parent node.

Syntax

public int64 getParentID(int64 _id)

Run On

Called

Parameters

  • _id
    Type: int64
    The ID of the node for which to get the parent.

Return Value

Type: int64
The ID of the parent node.

Remarks

This method is used by the Hierarchy Designer WPF form class.

See Also

Reference

RetailDeploymentHierarchyController Class