Restrict View Changes for 'View_changer' Role on Requestor Table

Khalid9030
Tera Contributor

Hello,

 

We want to prevent users with the "View_changer" role from changing the view on the Requestor table—both at the form level and list level—without affecting other tables. However, Admin users should be exempt from this restriction.

 

How can we do this requirement please assist me. 

 

Thanks in advance 

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@Khalid9030 

I don't think this is possible.

If they have view_changer then they can switch views

Why not enforce view rules and they will see always particular view and then they can't switch the views also?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

8 REPLIES 8

BrianProvencher
Giga Guru

You could restrict this via an ACL, specifically the "edit" ACL on various tables. 

@BrianProvencher 

What type of operation should be select in ACL ? for views  

Ankur Bawiskar
Tera Patron
Tera Patron

@Khalid9030 

I don't think this is possible.

If they have view_changer then they can switch views

Why not enforce view rules and they will see always particular view and then they can't switch the views also?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Ankur Bawiskar 
Thanks for your reply 

Do you mean that if we implement this view rules, a user with the view_changer role will be able to see only one view and won't be able to select other views?