
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 06:49 AM
I'm looking for a way to confirm that all modules found under Configuration Items ([cmdb_ci]) can be viewed by ITIL-role.
I have created some custom modules and I'm not sure what role sees what module. But I want that if a user is in the itil role they should be able to view all application modules.
Is there a way to script this?
Fig 01. Custom module not shown for users in itil role at the moment
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 07:48 AM
I have created some custom modules and I'm not sure what role sees what module.
This should have been a setting when you created the module:
Is there a way to script this?
Does it need to be scripted?
It's perfectly possible, but by the time the script has been designed, written and tested, you could have done it manually - scripting would only be needed if there are a large number of modules and no thought was given to security upon creation.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 07:06 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 07:34 AM
Hi Henrik,
All you need is to look for System Definitions >> Modules & then search for necessary module name. Open it & then modify the visibility by adding necessary roles.
So, when Users log in & has necessary roles then they would be able to view necessary modules.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 07:47 AM
Hi Henrik,
you can get this information checking in the application menu form (click the pencil 'edit application' next to the menu title) where you can see roles associated to the application menu and roles associated to the module menu scrolling down in the related list.
There are two levels of access:
- Access to the application menu
- Access to the module menu (subcategory of application menu)
If role field in the application menu is left blank, all users can view the application menu.
If role field in the module menu is left blank, the module is visible to all users who have access to the application menu.
There is also the 'override application menu roles' option, that allows users to access the module menu even if they do not have permission to view the application menu.
Hope it helps!
Regards,
Valentina

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2017 01:19 AM
Thanks for the input. Together with the posts on the thread I found out that the easiest way was to do it in the GUI. And thanks for pointing out again that a blank rule gives access to all users.