Can we identify how many requests of a particular catalog raised has attachments?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 02:05 AM
Hi Team,
Can we identify how many requests of a particular catalog raised has attachments? For example, let's say i have a tax audit catalog item for which i would like to know how many such requests have attachments? can i extract a report which shows tax audit catalog requests that only have attachments?
I have checked sys_attachment table but i would require identifying only 1 catalog item requests with attachments & not all catalog items in sc_req_item table.
Let me know whether this is achievable? if yes please share the knowledge here.
Many Thanks,
Rajashekar.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 05:45 AM
Hi,
I'm not sure whether we have a direct solution. You can create a database view by joining sc_req_item and sys_attachment table. Add condition in the table that filters only your catalog item.
Thank you,
Palani
Palani