- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 01:35 AM
I have a scenario where as a admin I created an application with 4-5 modules inside that app.
Now I created some new users for my app , but don't want to give the entire application access to them since they are not admin. How can I give only a specific module access to them ??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 01:40 AM
Assuming this is a custom application, You can create 2 Roles like <customapp_name>_admin & <customapp_name>_user. Now you can create Access controls and add these roles on the application menu etc to segregate who can do what. Usually app admins can change the app properties and have certain level of additional access to maintain the application, They may also have certain dashboards / reports that they use to check on the app.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 02:02 AM
When we create a new app, that app create few roles as well and you can use that role to users.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 01:40 AM
Assuming this is a custom application, You can create 2 Roles like <customapp_name>_admin & <customapp_name>_user. Now you can create Access controls and add these roles on the application menu etc to segregate who can do what. Usually app admins can change the app properties and have certain level of additional access to maintain the application, They may also have certain dashboards / reports that they use to check on the app.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 01:52 AM
Thanks @Anurag Tripathi
Sure , let me do that and check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 02:02 AM
When we create a new app, that app create few roles as well and you can use that role to users.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 02:19 AM
Yes I have these roles created at the time of App creation , but for the segregation of the Users and Admin , I believe some custom role with some ACLs need to be created .
But Sure will check if this one works for my Usecase .