Share via


BudgetControlGeneralJournalEntry.addLedgerDimensionDetail Method [AX 2012]

Adds ledger account and amount details on the GeneralJournalAccountEntry records for the GeneralJournalEntry record in the ledger posting to the BudgetControlCheckRequest instance.

Syntax

public boolean addLedgerDimensionDetail(
    DataAreaId _legalEntityDataArea, 
    LedgerDimensionAccount _ledgerDimensionAccount, 
    AmountCur _transactionCurrencyAmount, 
    CurrencyCode _transactionCurrencyCode)

Run On

Called

Parameters

  • _legalEntityDataArea
    Type: DataAreaId Extended Data Type
    The DataAreaId value for the legal entity to which the ledger account and amount details are posted.

Return Value

Type: boolean
true if the ledger account and amount details are added for budget check; otherwise, false.

See Also

Reference

BudgetControlGeneralJournalEntry Class