The Zurich release has arrived! Interested in new features and functionalities? Click here for more

How do I change my current role for allowed table actions in app engine

marz
Kilo Explorer

Hi all,

just started to build my guided first app in the app engine, so forgive me my noob question 
https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/citizen_developer/app_store_le...

I have successfully created the rol on the table . And set the permissions as in example (only create and read). But when testing the table for these permissions I have all the rights incl. deleting and updating. Is there a way that I can change the role to the one I created in the table view. So editing and deleting records is not granted

2 REPLIES 2

Dan H
Tera Guru

You could create a new user in the User [sys_user] table and only grant them that one role you created. You can then see if it's working as intended. Then just impersonate this user and test the table.

 

If my answer has solved/helped your question. please mark it as so.

shloke04
Kilo Patron

Hi @marz 

When you create a Table using classic or scoped application , ServiceNow OOB defaults add 4 ACL which involve CRUD(create, read, update and delete).

So Navigate to ACL module and open the relevant Write and Delete ACL and update the role to whom you want to give access to.

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke