Version 1.55
Patch 1.55.29
Date: 18th Nov 2020
1.Issue – Issue with the Emoticon Box; the width of the box was restricted to a specific value
Fix –
The width of the emoticon box was confined to a specific value. Due to this when the count increased, all emoticons did not fit into the available area and expanded out of the box, thereby breaking the UI.
To solve this issue, the width constraint on the emoticon box area was removed so that the box automatically adjusts itself to fit all the available emoticons.
2.Issue – Impact of Winter ’21 Release
Fix –
In Winter ’21 Release, Salesforce enforced the requirement of explicit permission for the apex classes having @auraenabled methods.
To cater to this enforcement, we added all the apex classes in the permission sets in our package. Thereby providing permissions for the required apex classes.
Patch 1.55.25
Date: July 07, 2020
Issue: Error message error “ApexCPU Time Limit Exceeded”
Fix:
Fixed the issue when inserting bulk records into Converse App Task object failed with error “ApexCPU Time Limit Exceeded”
N/A
Patch 1.55.25
Issue: Auto-messages triggered for an incoming message which was a close match with the defined keyword.
In the converse app, auto-messages were triggered for an incoming message which was a close match with the defined keyword.
Eg. In converse apps, the auto message trigger keyword is ‘demo’, the incoming message reads as ‘demo1’, and auto-messages are sent.
Fix:
Autoreply will be triggered only for the message senders whose message matches the exact keyword. No auto-reply will be triggered otherwise.
N/A
Patch 1.55.24
N/A
We have added a custom apex configuration option to show a filtered list of senderIds on Converse UIs as well during the message sending process.
Patch 1.55.21
N/A
Patch 1.55.19
N/A
Patch 1.55.18
Patch for Salesforce Spring’20 Critical Update.
A critical update has been rolled out with the Spring ’20 release on January 3, 2020 and made globally available from February 17, 2020. After the critical update, users without the Customize Application permission can no longer access custom settings. You can read the detailed instructions here or please reach out to us at care@screen-magic.com with any questions you might have.
Patch 1.55.17
N/A
Fixed date formatting issue.
Patch 1.55.16
SMS credits consumed displays correctly now.
N/A
Patch 1.55.15
Component error fixed.
- Converse desk incoming notification.
- All conversations related to a record displayed in conversation view.
Patch 1.55.14
Fixed Bulk Campaign operator related to Converse App.
N/A
Patch 1.55.12
N/A
List view increased to 2000 records.
Patch 1.55.11
Fixed multiple records update for SMS History in Portal search message component fixed
Added bulk sms component for community users.
Patch 1.55.10
The Disabled Button continued to be displayed in an enabled state despite user having clicked once. This made it difficult to understand if message is being submitted resulting in multiple clicks by the user. This led to the message being submitted multiple times.
While sending a Bulk SMS the Send SMS button is disabled after the first use.
Patch 1.55.9
- An SOQL Limit exception was displayed (SOQL queries: 101′ error) on loading Converse App while multiple Automation messages (over 95) were in active state.
- The Expanding the Utility Bar displayed a Component Error.
Resolved the utility error and SOQL Limit exception
Patch 1.55.7
The Streaming API usage is happening for all the users active on the conversation page. It should happen only for the conversation owners.
Corrected the usage of Streaming API for both outgoing and Incoming messages.
Patch 1.55.5
Templates were not displayed alphabetically in the template dropdown.
All templates are being displayed in alphabetic order
Patch 1.55.4
SMS History record is created in Salesforce but the message is not been forwarded to Portal. A possible root cause being that Multiple Queueable jobs are created in batch context due to which messages are not synced to the portal.
SMS-History is being created and successfully and also being forwarded to Portal
Patch 1.55.3
Partial SMS and those with Error status were not being sent out.
Added callSMSAPI Callout after for loop in SMSUtility.
Patch 1.55.1
isSearchable checks missing in Campaigns, Settings, Bulk messages and Conversation Composer.
- Implemented CLI changes
- Added isSearchable checks
Patch 1.55
Unable to use parent object name field & optout field in new message & in the Converse desk.
Launched the Winter 19 Release.