ExpressionCurrencyDefaultProvider.getExchangeDate Method [AX 2012]

Gets the exchange rate date that is used for the currency conversion.

Syntax

protected date getExchangeDate(CLRObject expressionFieldLHS, Common recordBuffer)

Run On

Called

Parameters

  • expressionFieldLHS
    Type: CLRObject Class
    The field that represents the LHS of the condition.
  • recordBuffer
    Type: Common Table
    The record buffer that is used to retrieve the exchange rate date.

Return Value

Type: date
A date value.

Remarks

If no metadata exists that identifies a date field, then the current system date is returned.

The exchange rate date is usually the transaction date.

See Also

Reference

ExpressionCurrencyDefaultProvider Class