Admin access only to certain modules

snowuser111
Kilo Guru

Hello Experts,

Please guide me I am trying from quite some time.

I want certain users to give admin roles or say full access to certain specific modules because they are developers and need access for these modules only such as below but if I give admin role it gives full SNow control and I created a new role applied to those modules and gave those users but still no luck.

Can some one please correct me what exactly i need to do for this requirement.

Content management

system properties

update sets

Images

Users

Script include

Thanks

1 ACCEPTED SOLUTION

rajmasurkar
Giga Guru

Hi,


Roles like content_admin, image_admin, script_include_admin and user_admin can serve purpose for respective modules.


But for remaining modules, you need to follow other approach.



Raj


View solution in original post

16 REPLIES 16

Hi Jaspal,



from Application menu i went to System properties and added the new role ''developers' other than Admin ,so now admin and new role should be able to access properties. Gave user developers role. As user when I login and enter sys_properties.LIST it shows me   below. rest all other modules are accessible but not the system properties.


find_real_file.png


Number of rows removed from this list by Security constraints: 20


find_real_file.png


Hi,



You also need to modify read ACLs that are there on sys_properties table. In the read ACLs you need to add custom created role for it to work.


Can you try by adding same role to the below ACL also...



find_real_file.png




Regards,


Sadasiva




Please mark helpful/ correct based on the impact


sorry a silly question but should I need to add that new role to ACL (READ) for sys_properties ACL's?


Yes.