assigned to name on survey

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2016 10:45 AM
Does anybody know if there is a way to display the assigned to name of the survey. I have a requirements where they want to add more questions to the survey but at the top they want an into on who the assigned to was. See screenshot below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2021 11:45 AM
I managed to show user's name within questions by doing the following:
1 Navigate into Survey>View Surveys and select your assessment record.
2 In the "Other options" tab, select the source table that is triggering your survey instance and save.
3 Within the same form click on survey designer, select and display properties of your question.
4 Select "assigned to" as the Source field.
5 You will observe the selected source field has been added at the end of the question as "${param}", then you can place that tag where you need it.
(Notice that survey instances must be created by survey triggers)
In this example I'm pulling project manager from the projects table:
I hope this is helpful for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2021 06:19 AM
hey, Alonso.
my question is exactly the same as this question here. I have followed your instructions to create a survey, but when it's assigned to someone it prints "${param}" not the value of the assinged_to.
can you help?