LedgerCurrencyParameters_RU::updateLedgerDimensionValue Method
Updates field values for a LedgerCurrencyParameters_RU record
Syntax
client server public static void updateLedgerDimensionValue(
LedgerRecId _ledger,
CurrencyCode _currencyCode,
FieldId _fieldId,
LedgerDimensionDefaultAccount _value,
[FieldId _exchAdjTaxableFieldId,
ExchAdjTaxableType_W _exchAdjTaxablealue])
Run On
Called
Parameters
- _ledger
Type: LedgerRecId Extended Data Type
The record ID of the ledger.
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency code to look for.
- _fieldId
Type: FieldId Extended Data Type
The ID of the field to update.
- _value
Type: LedgerDimensionDefaultAccount Extended Data Type
The LedgerDimensionDefaultAccount value to update.
- _exchAdjTaxableFieldId
Type: FieldId Extended Data Type
The taxable field ID to update.
- _exchAdjTaxablealue
Type: ExchAdjTaxableType_W Enumeration
The ExchAdjTaxableType_W value to update.
Exceptions
Exception | Condition |
---|---|
Error | No field was found by using the given ID. –or– No taxable field was found by using the given ID. |