BudgetTransactionPost.determineAmountDebitCreditType Method [AX 2012]

Retrieves the accounting type by using the TransactionCurrencyAmount field in the BudgetTransactionLine table.

private DebitCredit determineAmountDebitCreditType(AmountCur _transactionCurrencyAmount)

Run On

Called

Parameters

_transactionCurrencyAmount
Type: AmountCur Extended Data Type
The amount to use to determine the debit or credit treatment of the amount.

Return Value

Type: DebitCredit Enumeration
The calculated debit or credit treatment of the amount.

Community Additions

ADD
Show: