- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2025 05:34 AM
Hello!
The company for what I work was paying to a third party to make a yearly survey to all of our active users. We want to replicate that in ServiceNow, but it should be sent every 6 months. The problem that we are facing is how to configure the trigger condition properly. We have LDAP configured and an integration with Salepoint, so I believe that the field that we should use for User field in the sys_user table should be Updated, and the condition should be Active - True. But the Updated field is not being shown as an option in User field, in a matter it shows the related lists of the table, and only Manager and Company contact are selectable.
The other quesion would be what should I do to make it run every 6 months, or if there is a way to trigger the survey manually.
I tried searching, but I couldn't find anything in the community. Most of the survey posts are related to the Incident table.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2025 10:56 AM
I would suggest use the User field as 'Sys ID' instead of 'Active' field and refresh the list.( You need user details and on survey you can use this user field)
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2025 06:31 AM
Hi @Javier19
Take a look at 'Recipients List' concept, This creates a m2m table and that table can be used in your survey Conditions Table
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2025 09:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2025 10:56 AM
I would suggest use the User field as 'Sys ID' instead of 'Active' field and refresh the list.( You need user details and on survey you can use this user field)
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2025 11:38 AM
It worked, thanks!