Record producer table?

Elizabeth26
Tera Contributor

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!

2 ACCEPTED SOLUTIONS

Anurag Tripathi
Mega Patron
Mega Patron

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

AnuragTripathi_0-1684423015497.png

 

-Anurag

View solution in original post

Sandeep Rajput
Tera Patron
Tera Patron

@Elizabeth26 The record producers are stored in sc_cat_item_producer table.Screenshot 2023-05-18 at 8.46.19 PM.pngScreenshot 2023-05-18 at 8.47.17 PM.png

 

The responses are stored in Question Answer (question_answer)table.

Screenshot 2023-05-18 at 8.50.10 PM.png

 

Screenshot 2023-05-18 at 8.50.25 PM.png

 

View solution in original post

7 REPLIES 7

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 #

How are you trying? Some script or something?

-Anurag

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.