Is it possible to restrict the ACL to only one particular view on a table?

Sathwik1
Tera Expert

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>?

7 REPLIES 7

Mahak2
Kilo Guru

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.

Harish KM
Kilo Patron
Kilo Patron

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

Regards
Harish

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

Sathwik1
Tera Expert

@Ankur Bawiskar