Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Roles for scoped app

Lydon
Mega Expert

Morning Fellows

 

I have a question, which I feel like I already know the solution but wanted to get opinions from our experts

 

I created an extension from the change request and created a few new groups that will be utilizing this app I only want these new groups to see and use the app.

 

If I add the OOB roles, e.g., u_change, u_change_write, that would mean that any existing group with these roles can see the new app correct?

 

In order to address this, should I create a new role for the groups that I want to see the new app, and assign this new role to that group, e.g, xyz_u_change, xyz_u_change_write

 

Thank you

 

7 REPLIES 7

Mike_R
Kilo Patron
Kilo Patron

Yes, you can create a new role and add those new roles to your custom table's ACL. You would need to add to the read, create, and write ACLs

go it, so are you saying I should not do a brand new ACL but add the custom role to existing change_request ACL.

Actually,

Create the new role and add that custom role to the ACLs of your new extended table (not the change_request table but instead your new table).

You can leave the change_request table as is and just modify the ACLs of your new table.

 

Then only people with this new role will be able to see/use the new table