Skip to main content

I created a field which references user groups, and I want the field selection prompt to only allow selecting existing options, and to completely hide the “New” tab that always appears.  How can I do this?

I’ve not found a way to do it for specific types (e.g. User Groups) only, but the below may be applicable to you if you have some profiles who are not supposed to be able to ADD anything via these field selection prompts. 

In Settings->Profiles for the relevant profile, select General->Properties then in the “Custom CSS” section you can add this line: 

divuid^="editorContainer"] .add-object-tabs ul li:nth-child(2) {display:none;}

It will remove the ‘New’ tab from ALL field selection prompts which includes User Groups, but also other types such as Users, Projects (workitems), Portfolios, Risks (Cases), etc..


Reply