Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

List Calculation and personalize_control Role

Elias11
Giga Expert

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

1 ACCEPTED SOLUTION

Mike Allen
Mega Sage

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:



Capture.PNG


View solution in original post

2 REPLIES 2

Mike Allen
Mega Sage

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:



Capture.PNG


Thanks Mike



it works very well now.



Elias