*** ***
Author: Cornel Croitoriu
CRM 2011 – Launch a Dialog Window from JavaScript
// Launches a Dialog Popup function LaunchDialog(organizationName, dialogId, objectId) { if(organizationName != null && dialogId != null && objectId != null) { var url = “http://” + window.location.host + “/” + organizationName + “/cs/dialog/rundialog.aspx?DialogId=” + dialogId + “&EntityName=task&ObjectId=” + objectId; window.open(url, “AutomaticDialog”, “status=0,toolbar=0,scrollbars=0”); } } }
CRM 4.0 to CRM 2011 JavaScript Converter Tool
A very handy tool to convert your custom CRM Scripts has been released and can be downloaded from here.
Set CRM 2011 field requirement level in runtime
CRM 2011: // No Constraint Xrm.Page.getAttribute(“field_schema_name”).setRequiredLevel(“none”); // Business Required Xrm.Page.getAttribute(“field_schema_name”).setRequiredLevel(“required”); // Business Recommended Xrm.Page.getAttribute(“field_schema_name”).setRequiredLevel(“recommended”); CRM 4.0: // No Constraint crmForm.SetFieldReqLevel(“field_schema_name”, 0); // Business Required crmForm.SetFieldReqLevel(“field_schema_name”, 1); // Business Recommended crmForm.SetFieldReqLevel(“field_schema_name”, 2);
CRM 2011 – enable tracing
To enable tracing in CRM 2011, go to regedit.exe > HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > MSCRM and add two new keys: TraceEnabled and TraceRefresh (both DWORD, value = 1)
Change CRM config database name
To make CRM point to a different config database, go to regedit.exe > HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > MSCRM and change the value of configdb. Also, you’ll have to rename the MSCRM_CONFIG database in SQL Server.
Novensys
One of the best corporations in Romania and Eastern Europe, Novensys is the specialist that integrates intelligent solutions for information management, provided by the best technology developers worldwide. Novensys is an expert when it comes to turning raw information into intelligent information which is useful and applicable in your business – the kind of information… Continue reading Novensys
Become Legendary
Michael Jordan commercials
Access CRM 2011 from your PC, from a different domain
To access a CRM 2011 website hosted on a PC of a different domain, from your browser, complete the following steps: 1) Configure IIS to grant Anonymous Authentication and Enable the Directory Browsing feature (Start > Run > inetmgr > IIS Section > Authentication & Directory Browsing). *** 2) Turn Off Windows Firewall (Start >… Continue reading Access CRM 2011 from your PC, from a different domain
Dare to be Great!
“Last night I had a dream, When I got to Africa, I had one hell of a rumble. I had to beat Tarzan’s behind first, For claiming to be King of the Jungle. For this fight, I’ve wrestled with alligators, I’ve tussled with a whale. I done handcuffed lightning And throw thunder in jail. You… Continue reading Dare to be Great!