Wildcard Support Both with and without a Dot (.) Before the Star (*) in the File Adapter #
In the previous version, the New Agent only supported wildcards in the format ‘Filename*.extension’, without the dot (.) before the wildcard (*). However, we have now made a change to support both formats: ‘Prefix-Filename*.extension’ without the dot (.) before the wildcard (*) and ‘Prefix-Filename.*.extension’ with a dot (.) before the wildcard (*).
Enhanced Manual and Scheduler Outbound Processing on Agent Side with Non-Open Firewall #
Because outbound processing consumes a large number of events for Non-Open Firewall, we enhance the transition outbound processing by Manual and Scheduler on the Agent side to reduce event usage on the Salesforce side. This will minimize the number of events published by Salesforce.
Enhanced Export Hierarchy Data on CSV File with Agent File Adapter #
In the previous version, the export CSV file only supported flat data and not hierarchical data. We have now enhanced it to support exporting CSV files with hierarchical data.
Enhanced Import of JSON Files with Flat Data Using the Agent File Adapter #
In the previous version, we did not support importing flat JSON data for the Agent File adapter. However, we have now enhanced this feature, allowing you to import both flat and hierarchical data.
Removing Retry Functionality from the Agent Web App #
In the previous version, we implemented retry mechanisms for subscribe, re-subscribe, and registering the Salesforce Org. However, in scenarios requiring immediate real-time responses, retries were necessary. We have now eliminated retries from this function.
Enhancement Connection Function on Agent Web App #
We have enhanced Connection within the Agent Connection, including the following features:
- Ping Connection
- Edit Connection
- Delete Connection
- Merge Button: a feature that combines the unsubscribe and subscribe actions into one button. The button’s bell icon changes color to blue when unsubscribed and red when subscribed.
Improved Agent Properties Setting for Customizing the Salesforce API Version #
In the previous version, the Agent Call Salesforce API version was hard-coded to a specific version. In this scenario, when the Salesforce API version is upgraded to a higher version, the Agent’s version also needs to be updated in the code to match the Salesforce API Version. However, we have enhanced the user experience by enabling customization of the Salesforce API Version through the addition of ‘salesforce.api.version=xx.0’. If you have not set this property, the default value will be 62.0.
