Table of Contents | ||||
---|---|---|---|---|
|
...
Production - https://login.salesforce.com/packaging/installPackage.apexp?p0=04t4x0000002diN
Sandbox - https://login.salesforce.com/packaging/installPackage.apexp?p0=04t4x0000002diN
Please go to Appexchange for the latest version or email at support@cloudmaveninc.com
How to provide permission
...
We can see a number is assigned to particular user by clicking on SMS Number - User Mapping as shown in the screenshots below. It will also be visible in the ‘from‘From' side section of the chatbox.
...
How to create SMS templates
...
Once the application is installed, please follow the below steps:
For Customers: Please skip the steps related to SMS Credentials as these steps can only be done by the Cloud Maven team as of now. The Cloud Maven team is working on adding console screen to manage the steps for the end user.
Click on the Gear icon and Go to Setup.
Search for Custom Setting in Quick Find Box.
Click on Manage of “SMS Credentials”.
...
4. Enter the details as shown in below picture.
...
5. Search for Custom Setting in Quick Find Box.
...
Data Tansfer Settings
Click on Manage of “Data Transfer Settings”.
...
72. Click on Edit of “InboundSMS_Query_Label”. This is done to ensure that there is value in the name and id field of the surce objectsource object. This is also done to prioritise the objects if the app is enabled on multiple objects.
...
83. Enter the details as shown in below picture.
...
94. In value section, Enter following query :-
FIND {0} IN ALL FIELDS RETURNING Contact(Name, Id ORDER BY LASTMODIFIEDDATE DESC LIMIT 1) LIMIT 10
(Change Object Name in Query as per requirement)
10. Now, Go to Custom Settings and Click on Manage of “Features Entitlement“. This setting is done to enable sending and receiving messages.
11. Mark the checkbox true for SMS and eFax.
...
Page Layouts
This is done so hat the user can access his/her messages from the source object's page itself.
Go to Object Manager and Go to the source object.
...
Click on Page Layouts
...
143. Add SMS Messages into Related List. This is done so hat the user can access his/her messages from the Contact's page itself.
...
SMS Number - User Mappings:
...
12. For SMS Opt Out, Enter the API name of SMS Opt out field. This feature provides the customer an option to not receive messages.
(Note : If Source Object is other than Contact, Please create SMS Opt Out field)
How to Create Salesforce Site
This is done to ensure that the inbound messages are received in the salseforce.
Click on the gear icon and go to setup.
In the quick find box search for sites.
...
How to enable SMS Inbox functionality
This functionality provides the user facililty to see the unread messages in the utility bar.
For SMS Inbox functionality, follow the below steps :
...
IF(Lead__c <> NULL, Lead__r.FirstName + ' ' + Lead__r.LastName, Name). This ensures that the messages received are visible with the correct record details in the SMS inbox.
Please change the Source Object Name accordingly)
4. Go to Custom Settings
...
8. Click Save
Remote Site Settings
Note : Please check if there is site named SMSAPISite and it is Active, If not then perform following steps :
Enter Remote Site Settings in Quick Find Box.
Click on New Remote Site.
...
3. Enter the details as shown in below picture.
...
4. Click Save.
SMS Credentials
For Customers: Please skip the steps related to SMS Credentials as these steps can only be done by the Cloud Maven team as of now. The Cloud Maven team is working on adding console screen to manage the steps for the end user.
Click on the Gear icon and Go to Setup.
Search for Custom Setting in Quick Find Box.
Click on Manage of “SMS Credentials”.
...
4. Enter the details as shown in below picture.
...
Features Enititlement
For Customers: Please skip the steps related to Features Entitlement as these steps can only be done by the Cloud Maven team as of now. The Cloud Maven team is working on adding console screen to manage the steps for the end user.
Search for Custom Setting in Quick Find Box.
Now, Go to Custom Settings and Click on Manage of “Features Entitlement“. This setting is done to enable sending and receiving messages.
Mark the checkbox true for SMS and eFax.
...
Congratulations! You have successfully installed the Application.