- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2017 02:17 AM
I have some Variables on our supprot portal specfically for getting more infomation at the point of the issue being raised, hwoever once the Incidet is created I'm not able to report on thses fields meaning the additional data is usless.
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2017 02:49 AM
You don't need PA. All you have to do is create a Database View connecting three tables:
- Incident
- question_answer (connects the variables to the incident)
- item_option_new (these are the variables)
There are two fields on the question_answer table that you need to utilise so that you can link it to the incidents:
- table_name (name of the target table, i.e. incident)
- table_sys_id (sys_id of the incident record)
Then you can create a Report on this database view like you would do on a table

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2018 05:57 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2019 04:15 AM
Were you able to make this work? We have the same requirement.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2019 04:14 AM
All - if you want ServiceNow to consider delivering this functionality out of the box, please vote on this idea on the newly launched Idea Portal.