- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2019 04:04 AM
how to assign the "Maint" role to someone?
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2019 04:26 AM
Sakthi,
If this is answered can you please close the thread by marking my answer correct.
-Anurag

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2020 12:31 AM
If you elevate role to security_admin, then you can edit ACL's (also containing role maint), or you can just add a ACL for admin.
Obviously be careful. When maint role is applied, it is mostly for good reasons.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2024 06:21 PM
Chances are those ACLs that require 'maint' role are have read-only policies. You have to create your own version of those ACLs with your own roles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2020 12:30 AM
Hi Anurag,
I am trying to load data in the Usage Data for Applications table and below ACL is restricting.
This is the ACL used on Usage Data for Applications table with maint role.
Thanks,
Amarjeet Pal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2020 02:34 AM
The protection policy on this is read only, so I don't think you can change this ACL.
Try to create a new one with same config which allows admin to create records on this table. Be sure to do this and test well on sub prod because ServiceNow made this read only for a reason.