- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 06:44 AM
find the screenshot of the field details.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 07:02 AM
It would be a better idea to combine the four query lines into one encoded query. Manually filter an incident list view by this criteria with a sample user id until you see the expected records, then right-click the last breadcrumb in the filter and Copy query. To make it work as an ecoded query you just need to replace the user sys_id breaking the encoded query string and concatenating vaInputs.user. You can test the query and count in a fix script hard-coding the user id if that's easier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 07:02 AM
It would be a better idea to combine the four query lines into one encoded query. Manually filter an incident list view by this criteria with a sample user id until you see the expected records, then right-click the last breadcrumb in the filter and Copy query. To make it work as an ecoded query you just need to replace the user sys_id breaking the encoded query string and concatenating vaInputs.user. You can test the query and count in a fix script hard-coding the user id if that's easier.