Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

Restrict fields through ACL

Devansh00
Tera Contributor
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

Aditya_hublikar
Giga Sage

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