Is it possible to restrict the ACL to only one particular view on a table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2022 01:33 AM
Is it possible to restrict the ACL to only one particular view on a table?
Ex: In a incident table we are having three views, now I want certain ACL's to work only on one view.. is it possible>?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2022 01:55 AM
Hello,
You can't create acl as per the view but you can create the acls(read,write) for the different fields.
As fields will be different in different views.
So as per field you can create acls.
Hope this helps.
Please mark my response as helpful and correct as applicable.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2022 01:56 AM
HI for this you need to check view rules
https://docs.servicenow.com/en-US/bundle/sandiego-platform-user-interface/page/administer/navigation-and-ui/task/t_CreateAViewRule.html
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2022 01:58 AM
When a users opens the table in "abc" view ACL should not apply.. When a user opens the table in "xyz" view ACL needs to apply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2022 02:39 AM