Hi everyone,
I'm customizing Survey Force and need to populate a custom lookup field (Vehicle__c) on the SurveyTaker__c object from a survey URL parameter.
What I have done
- Created a custom lookup field:
- Object: SurveyTaker__c
- Field API Name: Vehicle__c
- Lookup to a custom Vehicle object
- Passed the Vehicle Id in the survey URL:
/apex/takesurvey?id=<SurveyId>&cId=<ContactId>&caId=none&vId=<VehicleId>#Salesforce Surveys
1 answer
Hello @Sanjay Chari
Check this may help you:
https://github.com/SalesforceLabs/survey-force/issues/85