New Features
Historical Exchange Rate Update (Enterprise & Unlimited Editions Only)
A new feature now allows administrators to update historical exchange rates for any specific date directly from the CurrencyUpdater Setup page.
This capability is designed for finance and accounting teams who need to backfill or correct rates for past transactions such as Opportunities, Quotes, or custom financial records.

User Experience
From the Stats tab of the CurrencyUpdater Setup screen, a new button appears next to Update Exchange Rates:
"Update Historical Rates"
Clicking this button opens a modal where users can:
-
Select a target date (default value is today).
-
Trigger the update process for all active currencies.
-
Review success or error messages directly in the log viewer.
Screenshots:
-
Stats tab showing the "Update Historical Rates" button
-
Modal window with date selector and update trigger
-
Log view showing update confirmation
Feature Availability:
This feature is included in Enterprise and Unlimited editions only.
To enable it, contact support at support@axy7.com and request activation of the following feature parameter:
New API Endpoint — updateDatedExchangeRatesByDate(Date rateDate)
For organizations automating financial data processing, a new Apex API method is now available:
This method programmatically performs the same logic as the in-app Historical Update feature, updating Salesforce DatedConversionRate records for the specified date.
Examples
Apex Script Example:
Anonymous Apex Example:
Scheduled Job Example:
Note:
API access for this method is not enabled by default.
To activate it, please open a support case at support@axy7.com and request the Apex API feature to be enabled:
Security and Stability Improvements
Connected App Hardening:
Enhanced authentication flow and permission handling for the Axy7 Connected App to prevent access interruptions or token validation errors under load. This ensures more reliable OAuth connections during scheduled updates.
Improved Error Handling:
Batch and scheduler jobs now handle authorization and configuration issues more gracefully, with enhanced error messaging and automatic recovery attempts.
Minor Enhancements
-
Optimized cache invalidation for feature flags to ensure immediate effect after activation.
-
Improved modal transitions and toast notifications in the Setup UI.
-
Extended detail in the Log Viewer tab, now showing execution time and status for historical updates.
Support and Activation
For assistance, feature activations, or technical support, contact:
Email: support@axy7.com


