How to create a view rule in workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 11:19 PM
I need to display only particular columns in list view to particular group users ( not role specified) . If logged in used is not part of that group can able to see default view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2025 12:02 AM
please check that link, I haven't tried it yet
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2025 12:17 AM
define view rules under Now Experience Framework with condition gs.getUser().isMemberOf('Group A').
This means Workspace to show the group_a_view list view to anyone who is in Group A.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 02:34 AM
HIi @Nilesh Pol
where can script "gs.getUser().isMemberOf('Group A')." this code in workspace?