TMS Spring ’26 Release Patch Information
Spring ‘26 Patch 1
Corrects a SOQL query issue encountered when opening the Fleet Management Console with many views.
The following enhancements are included for the Fleet Management Console.
Enhancements to the Fleet Appointment List prevent an error when managing appointments in the Fleet Management Console.
Enhancements to Fleet Notification Types corrects an issue with a mismatch with certain Travel Credentials for the following picklist values.
FAST - Free and Secure Trade
SF-86 - Gov’t Security Clearance
The Acknowledged By field is correctly populated when the user first opens the Trip Event Viewer LWC.
Once a Notification is resolved, it is removed the next time the Fleet Management Job runs.
Notifications no longer generate duplicate instances of a notification each time the Fleet Management Job runs. Existing notifications are instead updated rather than duplicated.
Corrects an issue with the TexttoLoad LWC when attempting to create a Customer Quote for Artimus™ users.
When quotes return below the threshold and the Send Customer Email field is not Checked, Artimus™ correctly processes the Load and does not send the Quote.
AR Balance Calculation Performance Enhancement
A new configuration option, Use Queueables for: AR Calculate Balances, is added to TMS Admin → Configuration.
This setting is designed to improve performance scalability for clients with large volumes of customer Transportation Profiles, Loads, Customer Quotes, or Customer Invoices. When Checked, AR balance calculation performed by the ARCalculationJob offloads some of its processing to a Salesforce Queueable Apex process to minimize congestion in the Platform Event processor.
When should this be enabled?
Enable this setting when experiencing performance degradation or processing delays when running the ARCalculationJob.
If you are unsure whether this setting is appropriate for your organization, please contact Revenova Support before enabling it.
Important Considerations
Review Salesforce Async Apex usage and limits before enabling this feature, as this feature increases Salesforce Daily Async Apex usage.
Estimated additional Daily Async Apex consumption is approximately:
Number of Customer Transportation Profiles ÷ 10, per ARCalculationJob run
For example, an organization with 60,000 Transportation Profiles for customer accounts consumes approximately 6,000 additional Async Apex executions each time the ARCalculationJob runs.
Operational Considerations
Organizations that enable this feature will see an increase in Queueable jobs listed in Setup → Apex Jobs.
These jobs appear under the Apex class name InsertApiQuoteLogsJob.
This behavior is expected and does not indicate quote log processing activity.
This setting is not enabled by default. It should only be enabled to address AR calculation performance issues.