Pages

Wednesday 23 May 2012

Outlook 2010 Ribbon Disappear After CRM Client Installation

1.Exit Outlook.
2.Click Start, click Run, type regedit, and then click OK.
3.Locate the following registry subkey:
4.HKEY_CLASSES_ROOT\TypeLib\{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}
5.Right-click the 2.4 registry key, and then select Export. Save the export to your desktop to create a backup.
6.Right-click the 2.4 key again, and then select delete.
7.Start Outlook.

Java Script Set Focus on CRM Form Tab


Suppose contacts is tab name on Account Enitity.
var  Tabobj  =Xrm.Page.ui.tabs.get(“contacts”);
Tabobj  .setFocus();