Create custom role to access update set without having the admin role
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2025 12:52 AM
Hi everyone
need to create one custom role for update set table. Please guide me how can I do that. Here I cannot use admin role.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2025 01:13 AM
1. Create the Custom Role
Go to User Administration > Roles.
Click New, and create a role (e.g., custom_update_set_role).
Add a description, and click Submit.
2. Set Up Access Control (ACLs)
Go to System Security > Access Control (ACL).
Create a new ACL for the Update Set table (sys_update_set):
Type: Record
Operation: Set to Create, Read, Write, Delete based on need.
Table: sys_update_set
Roles: Add your custom role.
Repeat for Update Set Entries (sys_update_xml) if necessary.
3. Assign the Role to Users
Go to User Administration > Users.
Open a user record and assign the custom role under the Roles tab.
4. Test the Role
Log in as a user with this role to ensure they can create, modify, or view update sets.
By setting these ACLs and assigning the role, users will be able to manage update sets without full admin access. Let me know if you need further clarification!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2025 01:18 AM - edited ‎06-23-2025 01:19 AM
Hi @AshishSamuD,
You can create custom role from User Administration > Roles.
You will need to elevate to security_admin role and create read, write and create ACLs for sys_update_set table and set the custom role there.
Regards,
Ehab Pilloor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2025 12:25 PM
Hi @AshishSamuD ,
why? What is the business case for your requirement?
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/