- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 08:11 AM
I discovered we had an issue with record producers not copying the contents of the form to the record/case in the destination table. This happened for many years it didn't have anything on the form the customer inputted.
I was wondering if when a record producer is submitted if all of the contents are stored anywhere with all the fields the customer inputted? I was looking for something like sc_req_item table but for record producers?
Does such a thing exist?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 08:17 AM
Hi,
When a record producer is submitted you can find the Variables and values entered by a user on question_answer table.
I just created an incident via record producer and here are the values i entered

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 08:18 AM - edited 05-18-2023 08:21 AM
@Elizabeth26 The record producers are stored in sc_cat_item_producer table.
The responses are stored in Question Answer (question_answer)table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 11:12 AM
I am not sure how to get them to match. I did try a query like you showed above but how do I get a 1:1 match like this sys id = this record #
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2023 01:12 AM
How are you trying? Some script or something?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2023 10:00 AM
I was just trying to do a query in SN and then export to excel and match things up.
I can get the sys id of the record but how do I match that up to the actual record number? I have hundreds of sys ids I need to match to record numbers.