Share via


DimensionTree::isValidForAssignByLedger Method [AX 2012]

Indicates whether an active account structure can be assigned to a ledger

Syntax

client server public static boolean isValidForAssignByLedger(RecId _treeId, LedgerRecId _ledgerRecId)

Run On

Called

Parameters

  • _treeId
    Type: RecId Extended Data Type
    The ID of the DimensionConstraintTree record of the active account structure tree.

Return Value

Type: boolean
true if the account structure can be assigned; otherwise, false;

See Also

Reference

DimensionTree Class