- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2019 11:58 PM
Hello Team,
Request to assist me to understand how Question Answer (question_answer) table gets populated and where is the code written to insert data in to this table pls?
Thanks for your assistance.
Best Regards,
Indira Priya Darsini M.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2019 12:04 AM
Hi,
as mentioned in the thread below, The data in question_answer table is inserted via out of box code, but not Glide scriptable one (via an internal java class).
Hope this will clarify your question.
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Thank you
Cheers
Alberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2019 12:04 AM
In the left navigator type "tables".
Under "System Definition" click on Tables.
A list of table appears. In the "Label" type Question answer.
Click on the table that appears.
Now right click on the grey banner and select configure-->select "All. I have attached a pic below.
This is where all the coding, data insertion, updating etc is done on that table.
You can apply this on any table.
Please mark as correct answer or helpful if this helps at all, so that other users will also find it when they need help, otherwise the community will remove this answer. If you have any doubts regarding it please ask.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2019 12:04 AM
Hi,
as mentioned in the thread below, The data in question_answer table is inserted via out of box code, but not Glide scriptable one (via an internal java class).
Hope this will clarify your question.
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Thank you
Cheers
Alberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2019 12:06 AM
Hi Indira,
That table gets populated when you submit the record producer so it is servicenow backend code which inserts into this table. why do you require that?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2019 07:53 AM
Hello Ankur & Alberto, Thanks for the quick response.
Requirement is to stop populating data into this table or delete as soon as the row gets inserted into the table. Preference is first option.. Is there any way we can achieve this ?
Regards,
Indira Priya Darsini M.