From Bright Pattern Documentation
Jump to: navigation, search
(Created page with "<translate>= Salesforce Lightning Scenario and Workflow Variables = The Salesforce Lightning widget will set the following variables in scenario and workflow immediately after...")
(No difference)

Revision as of 00:11, 12 December 2020

• 5.19 • 5.8

Salesforce Lightning Scenario and Workflow Variables

The Salesforce Lightning widget will set the following variables in scenario and workflow immediately after call completion.

$(screenpopData)

See $(screenpopData.XXX) in the Scenario Builder Reference Guide

$(sf:description)

$(sf:description) is the notes field from your Salesforce call center.

$(sf:direction)

$(sf:direction) is the call’s direction as received in your Salesforce call center (e.g., inbound, outbound).

$(sf:duration)

$(sf:duration) is the duration, in seconds, of the call and/or chat that the agent received in the Salesforce call center.

$(sf:objectId)

$(sf:objectId) is the ID of the Salesforce record to which the interaction activity was posted.

$(sf:objectType)

$(sf:objectType) is the Salesforce object type (e.g., Account, Activity, Case, etc.).

$(sf:recordingUrl)

$(sf:recordingUrl) is the URL with the call recording or SMS chat transcript; this URL points to the Contact Center Administrator application, section Interaction Records. Note: It is possible for agents with the privilege Listen to call recordings and view chat transcripts on assigned services to click the URLs stored in your Salesforce call center’s call recording field and view the interaction details.

$(sf:serviceName)

$(sf:serviceName) is the name of the service the interaction happened on in the Salesforce call center.


< Previous | Next >