How can i make the system property glide.email.test.user write Access for a specific group?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2025 11:47 PM
So far, I have created an assignment group named "Demo" and a new role called "Demo role." In the sys_properties table, there is a field for write access where I added this role. However, it is not working as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2025 12:17 AM
Hello @Community Alums
You can validate this using feature in ServiceNow under Access Analyzer module. Try to provide your user with that role and see what is getting block it will be read level ACL is needed but again if read is granted then it will allow the user with role to read all properties available and your write acl will allow them to write over value field as created by you. Edit to properties must be done by admin always as it can be risky if person not having knowledge and end up editing other value and it may impact your instance.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.