Loading
Prepare for Email to Become the Default Login ExperienceRead More
US/Canada Toll-Free Callers Experiencing Silence After Agentforce Voice GreetingRead More
Salesforce Feedback Management
Configure Feedback Scorecards

Configure Feedback Scorecards

Configure feedback scorecards before you use them.

Required Editions

Available for an extra charge in Enterprise, Unlimited, and Developer editions where Salesforce Surveys is enabled.
Note
Note Before you configure feedback scorecards for an object, make sure that the object records are associated with survey invitations using SurveySubject.
  1. Go to an existing Lightning Experience page, click Gear, and then click Edit Page.
  2. From the list of components, select CRM Analytics Dashboard.
  3. From the Dashboard dropdown, select the scorecard you want to embed on the page.
  4. Click Filter String.
  5. In the text box, enter the filter string with survey name, question name, and other filters you want to add. Use the following syntax to enter the filter string:
    {"datasets":{"<dataset name>":[{"fields":["<field>"],"filter":{"operator":"<operator value>","values":["<context>"]}}], "<Dataset name>":[{"fields":["<field>"],"filter":{"operator":"<operator value>","values":["<Survey Name>"]}},{"fields":["<field>"],"filter":{"operator":"<operator value>","values":["<Question Name>"]}}]}}
  6. Save your page.
Example
Example

Here’s an example filter string for configuring a Case feedback scorecard.

{"datasets":{"<Case dataset>":[{"fields":["Id"],"filter":{"operator":"in","values":["$Id"]}}], "<SurveyQuestionResponseWithDetails>":[{"fields":["SurveyVersion.Survey.Name"],"filter":{"operator":"in","values":["<Survey Name>"]}},{"fields":["Question.Name"],"filter":{"operator":"in","values":["<Question Name>"]}}]}}
 
Loading
Salesforce Help | Article