You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App.context['exchangeRates'] structure will contain all of the available exchange rates when a user logs in. Example getting the USD exchange rate: App.context['exchangeRates']['USD'];
App.context['systemOptions'] will fetch a list of system options on user login. The available options are pulled from App.systemOptionsToRequest : systemOptionsToRequest: [ 'BaseCurrency', 'MultiCurrency', 'ChangeOpportunityRate', 'LockOpportunityRate' ]
Added 'General:Currency' to App.context['userOptions']. This is the users configured currency.