Share via


RetailDeploymentHierarchyController.hasAsParent Method [AX 2012]

Indicates whether the given parent-child relationship is valid.

Syntax

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.

Remarks

This method is used by the Microsoft.Dynamics.AxHierarchyBridge.AxHierarchyDesignerBridgeclass.

See Also

Reference

RetailDeploymentHierarchyController Class