How table_sys_id is stored in Question_answer table

neteshpardhi
Mega Contributor

Hi All,

Can anyone have worked on question_answer table before.

Please let me know the table_sys_id field value is getting stored.

3 REPLIES 3

sergiu_panaite
ServiceNow Employee
ServiceNow Employee

Hi Netesh,



Can you be a bit more specific with your question?



In my own test instance the table "question_answer" has field "table_sys_id" populated.



Regards,


Sergiu


Hi Sergiu,


Yes, the table_sys_id is populated, i wanted to know how that is populated, is it an OOB code, if yes then which one.


I wanted to append that base script.


Hi Netesh,




Data generated by record producer is stored in question_answer table. 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 helps.




Regards,


Sergiu