[ODBC] Where is Customer Satisfaction Survey result saved?

fishleaf
Kilo Contributor

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.

Capture.PNG

Thank you,

Matthew

1 ACCEPTED SOLUTION

Kalaiarasan Pus
Giga Sage

asmt_assessment_instance


asmt_assessment_instance_question


View solution in original post

2 REPLIES 2

Kalaiarasan Pus
Giga Sage

asmt_assessment_instance


asmt_assessment_instance_question


Thank you so much for your quick response!



Matthew