How do I change my current role for allowed table actions in app engine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2022 06:36 AM
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
- Labels:
-
Guided App Creator

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2022 07:20 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2022 08:15 AM
Hi
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
Regards,
Shloke