Where are variable answers stored for catalog items (sc_task)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2012 10:21 AM
Variables for incidents appear to be stored in the table question_answer. For any incident sys_id using direct web services, I can retrieve the list of questions and corresponding answers from this table (works just fine). It appears I cannot, however, do the same thing for variables attached to catalog items (sc_task). They don't appear to be stored in the same question_answer table. Does anyone know what table these values could be retrieved from by the sc_task sys_id similar to how variables for incidents are retrieved?
Thanks,
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2012 10:08 PM
Check out the Variable Ownership table (sc_item_option_mtom).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2012 07:56 AM
Thanks for the response. I also came across this link that indicates use of a view with that same table to achieve what I'm looking for. Might help others as well. https://wiki.servicenow.com/index.php?title=Reporting_on_Service_Catalog_Variables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2017 08:42 AM
The ServiceNow Wiki content is no longer supported. Updated information about this topic is located here: Service Catalog Variable Reports
Visit http://docs.servicenow.com for the latest product documentation