Create custom role to access update set without having the admin role

AshishSamuD
Tera Contributor

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.

3 REPLIES 3

sangrulkaradvai
Tera Contributor

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! 

Ehab Pilloor
Mega Sage

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

AndersBGS
Tera Patron
Tera Patron

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/