This documentation is archived and is not being maintained.
RetailDeploymentHierarchyController.hasAsParent Method [AX 2012]
Indicates whether the given parent-child relationship is valid.
public boolean hasAsParent(int64 _child, int64 _parent)
Run On
Called
Parameters
-
_child
- Type: int64
The ID of the child node.
-
_parent
- Type: int64
The ID of the parent node.
Return Value
Type:
boolean
true if the parent-child relationship is valid; otherwise, false.
This method is used by the Microsoft.Dynamics.AxHierarchyBridge.AxHierarchyDesignerBridgeclass.