- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 02:49 AM
Hi i am trying to write a user criteria that contains users that dont have a specific role by using the advanced script Would anyone be able to help me with the script that I should use? I have tried several variations and still struggling to get it to work
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 09:32 AM
You should be able to use something as simple as this:
answer = !gs.hasRole('admin');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 09:32 AM
You should be able to use something as simple as this:
answer = !gs.hasRole('admin');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 09:52 AM
Thankyou! that is working 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 02:11 AM
Great to hear, and you are welcome!