Share via


DimensionTree.getDisambiguationLevelByLedger Method [AX 2012]

Determines the level at which the tree can be disambiguated with the existing account structures.

Syntax

public int getDisambiguationLevelByLedger(boolean _displayInfolog, LedgerRecId _ledgerRecId)

Run On

Called

Parameters

  • _displayInfolog
    Type: boolean
    A Boolean value that indicates whether to display the Infolog messages.

Return Value

Type: int
The maximum disambiguation level of the tree and the existing active account structures.

Remarks

Zero is returned if the tree is ambiguous.

See Also

Reference

DimensionTree Class