feridun

Hiding navigation items in a form

The following javascript in a form may be used to hide left-hand navigation items. Note that is unsupported because it is not documented in the SDK. In this example, the navigation item is for More Addresses – replaces navAddresses with the appropriate item. document.getElementById(“navAddresses”).style.display=”none” To display the navigation item use: document.getElementById(“navAddresses”).style.display=”inline”

Hiding navigation items in a form Read More »

Importing Organisations

When importing organisations into Microsoft Dynamics CRM 4.0 Workgroup or Professional editions the existing organisation is removed (however, the SQL Server database remains). The Active Directory account of the user performing the import must be mapped to one of the CRM users in the CRM organisation that is being imported.

Importing Organisations Read More »

Hiding Tabs in Forms

An unsupported method (unsupported because it is not described in the SDK) is available to hide tabs in a form. Use the following: crmForm.all.tabxTab.style.visibility=”hidden”; crmForm.all.tabxTab.style.position=”absolute”; where x is the number of the tab on the form starting at 0. Not sure why both hidden and absolute are needed though.

Hiding Tabs in Forms Read More »

User is repeatedly asked for username and password in CRM Client for Outlook

Sometimes when working in the CRM Client for Outlook and if Internet Explorer 7 is installed a dialog box appears asking the user to login. Even if the user enters a correct username and password the dialog box reappears. Clicking cancel on the dialog box each time eventually sorts the situation. To prevent the dialog

User is repeatedly asked for username and password in CRM Client for Outlook Read More »