How to Create custom roles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 07:37 AM
we need to create a role which is only allowed to do ADMIN related work like
Committing update set/Running background script .
I need to Create a role which should work for commit update set and background script alone.
and need to check it with the user.
so can you tell me how to create a role for this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 12:08 AM
to solve this issue in which ACL i need to modify?
i could not find the ACL related to Background script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 10:53 PM - edited 02-09-2023 10:55 PM
@newhand create a new role in "sys_user_role" table. in related list add admin as contain roles. then all work same as admin. Simply whenever you add custom role to user admin will also get added to user.
If you don't want admin to be added to those users but they want to do development. If you have to add custom role in lot of places.
One more can you confirm the requirement. If you working on custom application and wants to create sets and scripts means you can give them developer access in application. So they can do same like admin not in global only scoped application
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 11:00 PM - edited 02-09-2023 11:45 PM
@BharathChintala why iam getting this error?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 11:14 PM
@newhand That will be very big work. You need to list first all things that role wants to do and go to each configuration and add your custom role. Which is like very big work.
That error will come when user have not authorized to see some config pages
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 11:50 PM
@BharathChintala is there any ACL for this background script .? so we can add the custom role over there and solve this issue?