- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2023 07:27 AM - edited 12-15-2023 05:16 AM
Hi everyone,
I need help with a advanced reference qualifier.
If logged in user belong to a group which name start with "SN-CC" then he should see only his groups he belongs to + the one exception group with sys_id xyz.
All other logged in user which not belongs to a group which name start with "SN-CC" then he should see all assingment groups.
Thanks for help!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2023 01:35 AM
Hello @JohnDF ,
Does this resolved your issue?? If yes, Kindly mark the answer ✔️Correct or Helpful ✔️If it addresses your concern.
Regards,
Siddhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 11:24 PM
@Siddhesh Gawade hi,
I added a gs.addInfoMessage() under line 7 and it didnt popped up.
maybe I need to add the reference qual scrip include call on case level? becasue I try to open the assingmend field from case and not from incodent or task.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 11:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 11:40 PM
should than the script include in customer service scope?
Is this right on the reference qualifver on case?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 11:51 PM
No need. just make sure script include is running on all application scopes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 11:56 PM
Do you want this only for case record right? If yes then create a dictionary override for case table for assignment group field.
If you want for all table were the same assignment group field is used then try something like this reference qualifier
global.GroupFilter().filterGroups()
If you faced the same issue try the below reference qualifier format
global.GroupFilter().filterGroups()