- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2015 06:39 AM
Hi Experts
I want to give itil users to their customized List View the ability to configure the calculation adding total to their fields etc...
I found out in WIKI that you can give users the personalize_control Role and they will be able to do that, but unfortunately then they will be also able to configure List Layout which I do not want to let them edit and change fields to default for all.
Now my question, how can I give users the ability to add List Calculation without letting them changing Fields Layout?
Thanks
Elias
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2015 07:00 AM
Those are UI Context Menus. Each of them has a condition that says: (gs.hasRole('personalize_list')) && [...].
I would give them the role, and then change these UI Context Menu hasRoles to 'admin' for anything you don't want them to have. This is the menu to Configure > List Layout, as an example:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2015 07:00 AM
Those are UI Context Menus. Each of them has a condition that says: (gs.hasRole('personalize_list')) && [...].
I would give them the role, and then change these UI Context Menu hasRoles to 'admin' for anything you don't want them to have. This is the menu to Configure > List Layout, as an example:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2015 01:04 AM
Thanks Mike
it works very well now.
Elias