Pitcher Impact IOS 2.85.1124 is Released!
We are excited to introduce Impact iOS 2.85.1124 with new enhancements and bug fixes.
Key Updates
Bookmark Management Enhancements
You can now rename and reorder bookmarks within the content, providing greater flexibility in how you organize and access key information.
Keep Call Unexecuted confirmation Alert
To prevent unintended actions, we’ve added a confirmation alert for action keep call unexcuted inside postcall formulary, allowing you to verify if you wish to proceed or retain the executed call, adding an extra layer of security to your processes.
Enhanced SFDC Data Synchronisation
We've introduced the ability to use the {LastModifiedDate}
parameter inside salesforce admin configurator subqueries. This ensures that only delta information (i.e., recently modified data that meets the condition) is captured, without pulling in data from the main object. This improvement enhances data accuracy and relevance in sync processes. Ex: select Id, Name from Account where id in (select account__c from object__c where status__c = 'Active' and lastmodifiedDate >= {LastModifiedDate}
Content Download Control
A new parameter has been added that allows you to disable content downloads when the instance is open. This helps to safeguard your data and reduce unnecessary data usage when working within the instance.
Reset Database parameter
A new parameter has been introduced to force a database restart during deployments. This ensures data consistency and system stability, reducing the risk of errors and ensuring a smooth transition during updates or system changes.