How table_sys_id is stored in Question_answer table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2015 02:52 AM
Hi All,
Can anyone have worked on question_answer table before.
Please let me know the table_sys_id field value is getting stored.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2015 03:59 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2015 04:02 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2015 02:29 AM
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