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.
- _ledgerRecId
Type: LedgerRecId Extended Data Type
The ledger record ID against which the active tree is checked against.
Return Value
Type: boolean
true if the account structure can be assigned; otherwise, false;