Hi everyone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2025 06:10 AM - edited 07-29-2025 06:11 AM
how to write operation in ACL, only 5 fields write one specific role. remaining fields read only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2025 06:19 AM
you can use table.* WRITE ACL and use advanced script with answer=false
Then create 5 field level WRITE ACL and give that role
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2025 09:05 PM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2025 06:22 AM
Hi @varunkumarv ,
the attachment is not visible
you can create Table.None List edit ACL and give access to that role (if there is already an existing list edit acl on that table add this role to it)
then create Table.* List Edit ACL and give a role which the users do no have
3. create 5x Table.<field> ACLs (1 for each field)
a total of 7 ACLs are required
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya