Integrations
Salesforce Chat
How to integrate HelloScreen with Salesforce Chat
Step 1. Create a custom field
Create a new custom "Screen Share" field to the ChatTranscript
object, type url
. You can make it read-only and visible to the agent.
Step 2. Make sure Salesforce Chat and Upscope are installed on the same page
Upscope will detect Salesforce Chat automatically. You can check if the Chat SDK is available by looking for the embedded_svc
object in the browser inspector.
Different field name?
Upscope will automatically add the chat link to a field named Screen_Share__c
. If your field name is different, you can change it in the Upscope installation script.
// ... rest of installation script
Upscope('init', {
"sfdcFieldId": "Co_Browse__c", // <- Field ID here
// ... all other custom options
});