- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2014 07:15 AM
What table are incident variables stored? Like if you create an incident from a record producer, the variables, what table or field are they in?
The variables for Requested Item Variables is in the Variables Ownership [sc_item_option_mtom] table, but where do incident variables end up?
Reporting on Service Catalog Variables - ServiceNow Wiki
Solved! Go to Solution.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2014 06:40 AM
Variables on Record Producers are stored in the 'question_answer' table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2014 12:41 AM
I think the life of variables end when the record producer is submitted. The purpose of record producer is to map the variables to the fields of incident form after which it is of no use. In case you would like to refer to them later, you can write a script in the record producer to update it in incident field.
I dont think reporting is possible for record producer variables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2014 06:40 AM
Variables on Record Producers are stored in the 'question_answer' table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2014 06:43 AM
That is correct. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2016 10:58 AM
And what table is it that holds the value for the answer? The question_answer table only holds an id for the value.