maint role

Sakthi4
Tera Contributor

how to assign the "Maint" role to someone?

1 ACCEPTED SOLUTION

Sakthi,

If this is answered can you please close the thread by marking my answer correct.

 

-Anurag

 

-Anurag

View solution in original post

8 REPLIES 8

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

LinkedIn

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.

Amarjeet Pal
Kilo Sage
Kilo Sage

Hi Anurag,

 

I am trying to load data in the Usage Data for Applications table and below ACL is restricting.

 

https://instance-name/sys_security_acl.do?sys_id=ee402561c33121006e313b251eba8f01&sysparm_record_tar...

 

This is the ACL  used on Usage Data for Applications table with maint role.

 

Thanks,

Amarjeet Pal

 

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.

-Anurag