- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2025 05:32 PM
Hi Team ,
Can anyone please help me on this below request?
Incidents assigned to FSEdge-SUP limit view to the Opened By and the Caller and FSEdge-SUP grp members.
The purpose of hiding the incidents, and it's not what you achieved in the first instance—we want the tickets hidden irrespective of whether you have an ITIL license or not. ONLY members of SUP group and caller or Opened by is the people who see these tickets
So for example, I am not a member of the support group, nor am I the caller or the opened by user in any of these tickets; that being the case, I should not be able to see them.
can anyone please provide configuration steps with screenshots for better understanding?
Thanks ,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2025 08:30 PM
Breaking down the code for you to understand:
1) Create Before Query on Incident table BR
2) Use condition in the if statement like below along with this add or condition of gs.getUserID().isMemberOf('group sys_id')
3)If the condition satisfies return true, else false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2025 07:09 PM
Hey This looks like a duplicate question , I have answered the same in your previous question thread. You can continue using one thread for this question,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2025 07:15 PM
Your script is not clear , could you please provide complete scrtpt for me , so that i can test now ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2025 07:54 PM
I have pasted the script in below thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2025 08:03 PM