How to provide particular fields write access to the user from assigned to field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 01:46 AM
How to provide particular fields write access to the user from assigned to field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 01:53 AM
you can use field level WRITE ACL on that field for your table
In the ACL condition check Assigned to [IS Dynamic ME]
Ensure no other field level WRITE ACL allows the access or else any 1 is passed then it will allow the write
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
12-16-2024 02:16 AM
Hi @Obito ,
Create a Write operation ACL on "Particular fields " field and in Condition Builder Select Condition as "Assigned to is(dynamic) me".
Before creating Write ACl make sure read access , Read and Write to Table Write to * (all fields on form)
If my response helped, please mark it as the accepted solution ✅ and give a thumbs up👍.
Thanks,
Anand