RetailDeploymentHierarchyController.validNode Method [AX 2012]
Determines if a node ID is valid.
Syntax
public boolean validNode(int64 _id)
Run On
Called
Parameters
- _id
Type: int64
The node ID to check.
Return Value
Type: boolean
true if the node is valid; otherwise, false.
Remarks
This method is used by the Microsoft.Dynamics.AxHierarchyBridge.AxHierarchyDesignerBridgeclass.