Make a field editable for the particular group members through Dictionary Override
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 02:33 AM
Hey Community,
I've doubt regarding the Dictionary override.
Problem statement: In my scenario, there are two different groups the write & read group for the custom table. I've given CRWD access to the Write group member and Read access to the Read group member. But there are issues like the Write group doesn't have full access to the fields like (Status, Assignment Group, and Assigned To) because our custom table inherits the TASK table, due to that may be he can't have access to those fields. My doubt is whether this can be solved through Dictionary Override or any other possibility other than ACLs.
Thanks & Regards,
Kaka
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 06:34 AM
dictionary override can't have dynamic condition for making readonly/editable
you can only filter using dictionary override using script
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-05-2024 09:58 AM
So based on my understanding we can't achieve this through Dictionary override and Dictionary override will work regardless of groups(doesn't care about any groups), so what will be the possible way to achieve this?
Thank in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 07:36 PM
you can use ACL OR onload client script + display business rule (g_scratchpad)
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-05-2024 10:11 PM
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