Customizable Search Widget in Service Operations Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2025 02:10 AM
I'm looking for a way to search for attachments. After a user attaches attachments in any task-based record(incident, change, etc), he wants to search for the record containing the attachments by caller_id/requested_by/requested_for, title or keyword of attachment, or the number of the ticket directly. Is this actually viable in service operations workspace? This is my first time working with any workspace, so I'd appreciate any input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2025 02:21 AM
The attachments are stored in the sys_attachment table. You can find all there
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2025 04:31 AM
Yeah, I am able to use background script to test all the logic and get the information that I need. Just that I don't have a good idea on how to bring this to the SOW search widgets.