Share via


DimensionTree::logIsOptionalWarning Method [AX 2012]

Sends the correct warning message to the Infolog for a node with the IsOptional value of true.

Syntax

client server private static void logIsOptionalWarning(
    DimensionTreeNode _node, 
    DimensionTreeImage _treeImage, 
    int _level)

Run On

Called

Parameters

  • _level
    Type: int
    The segment level of the node.

Remarks

The correct warning message is sent to the Infolog.

See Also

Reference

DimensionTree Class