RetailDeploymentHierarchyController.getParentID Method [AX 2012]

Gets the ID of a nodes parent node.

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.

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

Community Additions

ADD
Show: