Surveys for multiple users?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2023 02:49 PM
USE CASE: Every project has a group of related records called stakeholders.
At the end of the project I want to send a survey to every stakeholder flagged as "send survey = true"
I have a SURVEY defined, and a trigger condition that works wonderfully.
Problem? How to get recipients.
Now, I know you can build custom recipients lists.
You can even CODE the recipients list.
What I don't know is how to get the coded recipients list to know what record the survey has been generated for.
Anyone done anything similar?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 11:52 AM
Why is it every couple years I have to rediscover how much I absolutely hate ServiceNow's Survey / Assessment implementation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 01:56 PM
Hello Robert,
Did you already got the answer to your question?
if not and if i understood your question correct then maybe a new field of type list can be added to form. Write a script to populate it with the users which you want to send survey for. create a survey and then go to trigger condition of survey. Select your project table under in table field. Under 'user field', select your newly created field. Define the conditions and other fields as required.
when the survey will be triggered it will be triggered for all the user mentioned under new field for the record which will be satisfying all the conditions under trigger condition.
