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.
- _ledgerDimensionAccount
Type: LedgerDimensionAccount Extended Data Type
The posting ledger account.
- _transactionCurrencyAmount
Type: AmountCur Extended Data Type
The posting transaction amount.
- _transactionCurrencyCode
Type: CurrencyCode Extended Data Type
The currency code for the posting transaction amount.
Return Value
Type: boolean
true if the ledger account and amount details are added for budget check; otherwise, false.