- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 04:00 AM
Extract a report of all the attachments or the attachment count related to change request ?
from report- as a column of attachment with change request number
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 06:53 AM
please check the variable prefix, it has to be same the prefix used in condition

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 04:20 AM
If you want list of attachments from change_request table, below link will give you that, but if you want with change number, then you need to create a database view relating sys_id of change request and table sys_id of attachment table
https://instance_name.service-now.com/sys_attachment_list.do?sysparm_query=table_name%3Dchange_request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 05:48 AM
I want with change number.
Please help me with screen shots

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 05:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 06:44 AM