function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDC GuestSFDC Guest 

How to associate Standard Surveys with Case objects

Hi All, Please let me know how to associate Standard Surveys with Case objects. I have created Survey using Surveys tab to collect feedback from users. I want to track that survey for closed cases. 

For associating surveys with cases, I have created a lookup field to Case object from SurveyResponse object.

I would like to know how to pass Case parameters in survey link.
Below is the sample survey link:

https://sample-dev-ed.my.salesforce.com/survey/runtimeApp.app?invitationId=0Ki6F0000001Lig&surveyName=sample_survey&UUID=656929be-435f-4e02-a2f3-d6daf1d57b19
Naveen KNNaveen KN
Hi SFDC Guest, 

You need to have a lookup or case search field in the survey form to select the case. 

Naveen 
Prashanth Kaitha 12Prashanth Kaitha 12
Hi,
To associate the survey with case object you need to create a Survey Subject record,  go through the below article.
https://www.jitendrazaa.com/blog/salesforce/send-salesforce-survey-without-writing-code/


Prashanth
Luis Ovalle 3Luis Ovalle 3
@Team CodEngine.in,  How would we then tie this field & survey link to the case?