- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2017 08:19 AM
Does anyone know how to show the Sys_Tags on the incidents. I can't find it in the field list in form designer
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2017 08:36 AM
This will be a customization again
1)Create a field on incident table.
2)query on "label_entry" table "table_key" field with incident sys_id.
3) Get label.getDisplayValue() and add in the field you created on incident table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2017 08:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2017 08:26 AM
Any way to show it as a field without clicking the ... button?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2017 08:36 AM
This will be a customization again
1)Create a field on incident table.
2)query on "label_entry" table "table_key" field with incident sys_id.
3) Get label.getDisplayValue() and add in the field you created on incident table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2024 04:03 AM
Hi,
is there any out of the box functionality to extract the data (tags) into servicenow dashboard report?