- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2025 06:29 PM
Is it possible to create permissions that prevent someone from referencing a field in the Incident table?
For example, is it possible to set it so that a certain user cannot see the Description field of an Incident?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2025 09:22 PM
Hi @ayano ,
Please make a clarity on the given requirement ,
1. ACL - Controls data access at the server level,Prevents unauthorized users from reading, writing, or creating field data and Security – always use if you want to truly restrict data access.
2. UI Policy - UI Policy to Hide the Field Visually.
This involves using Field-level ACLs for security, and optionally, UI Policies or Client Scripts to improve the user experience.
Thanks
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2025 10:58 PM
Hi @ayano ,
2 ACLs would be required. one is for table level and one is for description field
please share your business requirement in detail we will help you with ACL configuration part
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2025 09:22 PM
Hi @ayano ,
Please make a clarity on the given requirement ,
1. ACL - Controls data access at the server level,Prevents unauthorized users from reading, writing, or creating field data and Security – always use if you want to truly restrict data access.
2. UI Policy - UI Policy to Hide the Field Visually.
This involves using Field-level ACLs for security, and optionally, UI Policies or Client Scripts to improve the user experience.
Thanks
Arun