Share via


DimensionTree::isValidForAssign Method [AX 2012]

Indicates whether an active account structure can be assigned to a chart of accounts

Syntax

client server public static boolean isValidForAssign(RecId _treeId, RecId _ledgerChartOfAccounts)

Run On

Called

Parameters

  • _treeId
    Type: RecId Extended Data Type
    The ID of the DimensionConstraintTree record of the active account structure tree.
  • _ledgerChartOfAccounts
    Type: RecId Extended Data Type
    The chart of accounts record ID against which the active tree is checked against.

Return Value

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

See Also

Reference

DimensionTree Class