- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 12:55 AM
By using ACL Make the field affected user read only for ITIL users, Admin can read and edit this field, For NON-ITIL users make this field hidden
#acl
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 01:12 AM - edited 07-24-2023 01:13 AM
Hi create a write ACL,
select the table and field
and in role select itil
advanced script write
answer = false; // this will make the field read only
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 01:03 AM
Hi @rajachodisetti ,
Can you let me know which table are you attempting to apply the ACL ?
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 01:18 AM
on incident table

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 01:12 AM - edited 07-24-2023 01:13 AM
Hi create a write ACL,
select the table and field
and in role select itil
advanced script write
answer = false; // this will make the field read only
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 01:19 AM
and also
Admin can read and edit this field, For NON-ITIL users make this field hidden