Updated the report export to include support for system variables and basic variables, such as @currentdate@ within the header and footer.
<!-- 167975 - Custom Export Report Header and Footer Limitations -->
====SmartConnect API Enhancements====
We’ve introduced two new interface options to the SmartConnect API settings:
* Run in Background: This option queues changes to run in batches, enhancing overall performance.
* Bypass Field Type Validation: This allows updates to records even when the data format does not match the expected field type such as number or date.
Additionally, we’ve added the ability to skip creating a new record if a matching record already exists using fields values as record identifiers, for improved performance.
For example, if you sent the following request for a user record
othersettings : {""uidfields"": ""sf_Phone;;cf_fieldintitle2"", ""noupdateifexist"":1}
If the phone field (sf_Phone) and the custom field (cf_fieldintitle2) match a user record, the record will not be created. Update operations are not processed when using record identifiers.
<!-- 168516 - Add option to API calls to skip if exists on insert record calls -->