How to check which survey is associated with which records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 11:52 AM - edited 01-28-2025 11:56 AM
Hello community
I have a question, let's say there is a survey triggered on closure of Requested item record. Let's not go in back-end logic how it build
Now let say RITM00001 is closed complete and now a survey is triggered to the requested for user of the RITM. There should be some table where the triggered survey record will resides, I need to know which table and which field holds the RITM number in the table
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 12:04 PM
Hi @anvitha ash ,
The asmt_assessment_instance table stores individual survey or assessment instances that are triggered based on certain events, like the closure of a Requested Item (RITM). This table tracks responses to surveys or assessments that users fill out.
If my answer helped in any way, please mark it as ✅Correct & 👍Helpful
Regards,
Mahathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 12:08 PM - edited 01-28-2025 12:10 PM
Let's say there are 20 surveys triggered for 20 RITMs, now which field will refer the RITM number in the table so that I can identify that..ok this survey was for this RITM so on
In simple words how can I get to know that which survey is for which RITM record.. there must be some relation right between each RITM and corresponding survey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 12:12 PM
Hi @anvitha ash
you can see via reverse. Go in instance and check. here you can see task.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 12:13 PM - edited 01-28-2025 12:15 PM
Hi @anvitha ash ,
You have a field 'task' which you can add to your list view which will display the incidents/requests associated with the survey.
Your assessment instances start with a naming convention AINSTXXXXX and for each of the rows you will have a task associated which could be incident or request for which that survey instance was triggered.
If my answer helped in any way, please mark it as ✅Correct & 👍Helpful
Regards,
Mahathi