Data Masking for Fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2023 11:16 PM
Hi,
I have one requirement where no user should be able to see the data in the description and short description fields on the form view as well as on the list view.
I have written a client script for that but it is only working on form view also users with admin privileges can change the script.
So I am looking for some ACL rule where I can archive this requirement.
Thank you
Mayur Patil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2023 12:01 AM
Hello @Mayur Patil2
You cannot do the Data Masking in List view unless the field type is password,
But one thing you can do is you can write the Field level ACL on those fields which will restrict the user to see the values of that field in list view.
Also For Admin, You can create a Read ACL for which create a role and give it to Yourself, and uncheck the Admin Overrides checkbox, So other admin will not able to change the scripts.
Plz Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.
Regards,
Samaksh