- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 06:55 AM
Hello all-
Requirement:
On the sc_req_item list view, if the field is system created (state, approval, request_item, etc.), do not all the user edit these fields (dictionaries) in the list view.
If the field is created by us (dictionary name starts with 'u_'), allow list edit capability.
I'd like to do this in 1 list-edit ACL.
For the script, I'm thinking something like:
if(dictionary.name.startsWith('u_'){
return true //allow list edit on field
}
else {
return false //do not allow list edit on field
}
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 08:52 AM
Thank you for marking my response as helpful.
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
06-02-2025 02:42 AM
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
