Hide … (Ellipses) Tab from Tab Group in Sage CRM

By | July 26, 2017

Hello everyone, as we know … (Ellipses) Tab helps user to change the default tabs that are displayed in different areas of the system. For example, if user rarely uses Preferences tab then, user can remove this tab from his My CRM. However, user can easily enable it again if he want.
New Stuff: Hide Follow-up fields from the Communication screen in Sage CRM
Suppose, you do not want to give access to user to remove or add tabs in the CRM. For this we need to hide the … (Ellipses) tab. Please refer below screenshot for the same.

Below given steps can be used to hide the … (Ellipses) tab.
1. Create a JavaScript page (e.g.Hide.js) with below jQuery Code in “<installation path>”\WWWRoot\js\custom” folder.
crm.ready(function()
{
if($(‘[src$=”UserCustomizeTabOn.gif”]’).parent().next().next().next())
$(‘[src$=”UserCustomizeTabOn.gif”]’).parent().next().next().next().hide();
if($(‘[src$=”UserCustomizeTabOn.gif”]’).parent().next().next())
$(‘[src$=”UserCustomizeTabOn.gif”]’).parent().next().next().hide();
if($(‘[src$=”UserCustomizeTabOn.gif”]’).parent().next())
$(‘[src$=”UserCustomizeTabOn.gif”]’).parent().next().hide();
if($(‘[src$=”UserCustomizeTabOn.gif”]’).parent())
$(‘[src$=”UserCustomizeTabOn.gif”]’).parent().hide();
});
2. Login into CRM.
3. Go to Administration -> System -> Metadata.
4. Check Refresh All checkbox and click on Execute Refresh button.
Now, you can see that … (Ellipses) tab is now invisible in all the areas in Sage CRM.

Also Read:
1. How to Add or Remove tabs from My CRM
2. Hide/Show dashboard in CRM
3. Hide “New Note” button under the Notes tab of Case if current user is not the assigned user
4. Hide Interactive Dashboard Panel for Non Admin User
5. Hide Edit Button on Quote SWT screen