I am trying to hide Built-In Groups (GroupContactsNew) in TabContacts. I have tried below CustomUI but "getTabContactGroupEnabled" never fires.
Does anyone knows how to do this? BTW: I was able to make entire "TabContacts" tab invisible by registering "getVisible" callback method at tab level.
<?xml version="1.0" encoding="utf-8" ?>
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" onLoad="Ribbon_Load">
<ribbon startFromScratch="false">
<tabs>
<tab idMso="TabContacts">
<group idMso="GroupContactsNew" getEnabled="getTabContactGroupEnabled">
</group>
</tab>
</tabs>
Regards, Ramesh