- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2016 11:18 PM
Hello,
Our ServiceNow triggers a survey to end users after a ticket is closed. Here is how this suvery look like in ServicesNow -- there are a couple check boxes and a text box.
My goal is to use ODBC to get the survey result. I have imported some tables like Incident, Task, change_request etc. However, I can't find the table for the survey result.
Does anyone know what the table's name might be? I tried to search "survey" in ServiceNow "Database" and "Dictionary" module, but I can't find anything.
Thank you,
Matthew
Solved! Go to Solution.
- Labels:
-
Analytics and Reports

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2016 11:33 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2016 11:33 PM
asmt_assessment_instance
asmt_assessment_instance_question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2016 11:41 PM
Thank you so much for your quick response!
Matthew