Restrict fields through ACL
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Suppose I have created ACLs on the Incident table and granted the ITIL role access at both the table level (incident) and field level (incident *). Now, I have a requirement to hide a specific field, such as short description, from users with the ITIL role while keeping access to the rest of the Incident record and other fields. How can this be achieved.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @Devansh00 ,
You can achieve this using field level acl incident.short_description read access and in script you can deny using answer=false if user has role itil .
If this helps you then mark it as helpful and accept as solution.
Regards,
Aditya