ExchangeRateImportUIBuilder.exchangeRateProviderControlValidate Method [AX 2012]

Provides validation logic for exchange rate providers.

Syntax

public boolean exchangeRateProviderControlValidate(FormStringControl _exchangeRateProviderControl)

Run On

Called

Parameters

  • _exchangeRateProviderControl
    Type: FormStringControl Class
    The FormStringControl control for the exchange rate provider field.

Return Value

Type: boolean
true if the selected exchange rate provider is valid; otherwise, false.

See Also

Reference

ExchangeRateImportUIBuilder Class