You can export responses to Form question from the Response Count in the Forms tab. However, if you wanted to see the responses to questions in a Salesforce report, you can do so using TaroWorks' Answer object.
- A. Add a Formula Field on the Answer Object - Make the question value from the parent record visible on the Answer record.
- B. Create a Custom Report Type on the Answer object - the Answer object contains the responses to each question for submissions to Salesforce.
- C. Create a Report using the Custom Report Type - Create a report type for the Answer object.
A. Add a Formula Field on the Answer Object
- Go to Setup.
- Click Object Manager.
- Select Answer Object.
- Select Fields and Relationships.
- Click New.
- Select Formula for Data Type.
- Enter Field Label. Field Name prepopulates.
- Select Formula Return Type.
- Click Advanced Formula then Insert Field.
- Select Question>.
- Select Caption.
- Click Insert.
- Click Check Syntax.
- Select Treat blank fields as blanks.
- Click Next.
- Make profiles Visible to all.
- Click Next.
- Click Save.
B. Create a Custom Report Type on the Answer Object
1. Create a custom report type using only the Answer object.
C. Create a Report Using the Custom report Type
- Open Reports Tab.
- Click New Report.
- Search Answers Report Type.
- Click Continue.
- Add the following Columns;
- Submission: Submission Name
- Created By: Full Name
- Question (Custom formula field)
- Value
- Click Run.
- Click Save.
- Schedule report.
Comments
0 comments
Please sign in to leave a comment.