...
Batch is scheduled to run every day to check the scheduled time and send the messages. The frequency of the Batch can be adjusted as required.
3. Manually Create Scheduled SMS
You can also manually create the Scheduled SMS by setting the below 2 fields in additional to the mandatory fields:
smsefax_guru__Message_Status__c = ‘scheduled’
smsefax_guru__Scheduled_Time__c = Date/Time format
4. Map Template Names with SMS Message
This new feature allows you to store which Template was used for sending the SMS Message. If a user selects the Template from the SMS Component Screen to send a message, SMS Message records holds the information of the Template Name.
...
Similarly if while creating SMS Message record manually through code, you can provide the Template Name instead of the SMS message body and the actual SMS will be picked up from the SMS Template.
5. SMS Inbox - Responded and Not Responded messages
This feature gives the user easy accessibility to view Responded and Unresponded messages in the SMS inbox through the utility bar.
If the user has responded to all the messages, the screen will appear as shown below:
...
The chats of the responded messages will be shown as below:
...
4. Select/DeSelect File Tags on the File Request Component
...
In case it is false, then none of the tags would be selected.
...
5. Multiple BotDoc API Keys Supported
This feature allows you to have multiple API Keys inside Salesforce for Requesting/Sending Files.
Each API key will be configured with a seperate Email Template, custom domain and Email Sender addresses.
You can map different profiles/users with the API Key and use the corresponding settings to make the File Request.
...
You can set this flag to true if you want the all the File tags to be selected.
Info |
---|
Bug Fixes |
1. Disallow Null SMS messages
This fix prevents you from sending blank messages.
Whenever a user tries to send a null message or space in SMS, the error message will appear as shown below.
...
2. Increase Link Message Limit (Secure File Transport)
Now there is no limit on the Link Message. You can send up to max of 30000 characters in the Link Message. This message is displayed on the customer portal where they can upload/download documents.
...
3. Files in the Media File component will be arranged in the decreasing order of Created Date.(Secure File Transport)
...