/
Use the multi-chat window in Salesforce Mobile
Use the multi-chat window in Salesforce Mobile
To use the Social25 multi-chat window on Salesforce Mobile, you can assign it to a Lightning Action and assign this to your mobile page layouts. In order to pass in the attributes that the chat window expects, you will need to create a Lightning Aura Component as explained in this article.
Lightning Aura Component
The component should contain the following:
<aura:component implements="force:lightningQuickAction,force:hasRecordId" >
<aura:attribute name="personIdLookupFieldApiName" type="String" default="" />
<aura:attribute name="templateLanguageMappingFieldApiName" type="String" default="" />
<aura:attribute name="initiatePlatformFilterFieldApiName" type="String" default="" />
<Social25:Social25MultiMessenger
recordId="{!v.recordId}"
idFieldName="{!v.personIdLookupFieldApiName}"
templateLanguageMappingFieldName="{!v.templateLanguageMappingFieldApiName}"
initiatePlatformFilterFieldName="{!v.initiatePlatformFilterFieldApiName}"
/>
</aura:component>
Attributes
There are three attributes defined:
templateLanguageMappingFieldApiName | This is the same value as you would fill in on ‘Language Mapping Field Name’ |
---|---|
initiatePlatformFilterFieldApiName | This is the same value as you would fill in on ‘Initiate Platform Filter Field Name’ |
personIdLookupFieldApiName | This is the same value as you would fill in on ‘Person Id Field’ |
On this page: |
---|
Related content
Configuring the Social25 Package
Configuring the Social25 Package
More like this
Connect your Facebook page
Connect your Facebook page
Read with this
Configure Initiate Conversations
Configure Initiate Conversations
More like this
Initiate a WhatsApp conversation
Initiate a WhatsApp conversation
More like this
Quick Text Social25
Quick Text Social25
More like this
Install the latest GoMeddo Social25 / Changelog
Install the latest GoMeddo Social25 / Changelog
More like this