Share via


BudgetControlAccountingJournalProcessor.isLedgerBudgetCheckRequired Method [AX 2012]

Determines whether the primary ledger for the ledger account posting requires budgetary control.

Syntax

protected boolean isLedgerBudgetCheckRequired(DataAreaId _ledgerAccountLegalEntityDataArea)

Run On

Called

Parameters

  • _ledgerAccountLegalEntityDataArea
    Type: DataAreaId Extended Data Type
    The DataAreaId value of the legal entity of the primary ledger for the ledger account posting.

Return Value

Type: boolean
true if the primary ledger for the ledger account posting requires budgetary control; otherwise, false.

See Also

Reference

BudgetControlAccountingJournalProcessor Class