CustOverPaym.addMapEntry Method [AX 2012]
Adds the dimension and transaction amount in dimension map.
protected void addMapEntry(
LedgerDimensionAccount _ledgerDimensionAccount,
CurrencyCode _currencyCode,
AmountMST _transactionAmount,
Map _dimensionsMap,
[RefRecId _billingClassificationId])
Run On
CalledParameters
- _ledgerDimensionAccount
- Type: LedgerDimensionAccount Extended Data Type
The ledger dimensions value to use.
- _currencyCode
- Type: CurrencyCode Extended Data Type
The currency code to use.
- _transactionAmount
- Type: AmountMST Extended Data Type
The transaction amount to use.
- _dimensionsMap
- Type: Map Class
The map in which dimensions and amount are added.
- _billingClassificationId
- Type: RefRecId Extended Data Type
The record ID of CustBillingClassification table to use.
Community Additions
ADD
Show: