DimensionHierarchyController::getErrorMessageForSibling Method [AX 2012]
Retrieves the error message for the specified node.
Syntax
client private static str getErrorMessageForSibling(RecId _nodeId, DimensionTreeResult _dimTreeResult)
Run On
Client
Parameters
- _nodeId
Type: RecId Extended Data Type
The ID of the DimensionTreeNode instance to find an error for.
- _dimTreeResult
Type: DimensionTreeResult Class
The DimensionTreeResult instance for the operation.
Return Value
Type: str
A string instance with the error message if one exist; otherwise, an empty string.