Share via


CurrencyExchangeHelper::construct Method [AX 2012]

Creates a new instance of the CurrencyExchangeHelper class that has default information.

Syntax

client server public static CurrencyExchangeHelper construct()

Run On

Called

Return Value

Type: CurrencyExchangeHelper Class
An instance of the CurrencyExchangeHelper class.

Remarks

When calling the calculateCurrencyToCurrency method, the parmToCurrency property must be set. When calling any of the other calculation methods, the parmLedgerRecId property must be set. Valid default values are applied to all other properties.

See Also

Reference

CurrencyExchangeHelper Class