-
Continue reading →: CRM data load – Finding long running queries
The other day when we were doing performance testing on our CRM application by importing huge data, we got few “Generic SQL Errors”. One common reason for the “Generic SQL Errors” is either SQL timeout because of long running queries or dead locks. So to find the root cause of…
-
Continue reading →: Stack overflow at line 0 – script error while opening crm form
You might get “Stack overflow at line 0” script error while opening CRM form or navgiation. Below are the steps that will resolve the issue Install IE 9 : http://www.microsoft.com/india/windows/ie/IE9.aspx Delete cache and cookies Tools→ Internet options → General →Browsing history →delete →check all the check-boxes →delete Delete Internet temp files…
-
Continue reading →: Increasing attachment file size limit in CRM 2011
In CRM 2011 the default the file size limit is 5,120KB (5MB) i.e., we can attach up to 5 MB file to any record. We can increase the file size limit up to 32,768KB (32MB) by changing the “System Settings” Go to Settings –> Administration –> System Settings Go to “Email” tab Change…
-
Continue reading →: Found dependency records – Error while solution import in CRM 2011
I was getting the error when I was importing Managed Solution on top of Unmanaged solution Found 2 dependency records where unmanaged component is the parent of a managed component. First record (dependentcomponentobjectid = {}, type = AttributeMap, requiredcomponentobjectid = {}, type= EntityMap, solution = {})” Interestingly, I did not…
-
Continue reading →: OrgDBOrgSettings Tool – CRM 2011
OrgDBOrgSettings tool allows administrators the ability to implement specific updates that were previously reserved for registry implementations. For example, you can enable/disable below settings Enable/Disable Auto Create Contact On Promote Enable/Disable Smart Matching Resolving the Unique Column Names Error (i.e.,LookupNameMatchesDuringImport) Etc…. The tool is updated with each Update Rollup release…
-
Continue reading →: Useful CRM tools from CodePlex
Codeplex currently has more than 50 CRM related tools Below are few very useful tools for CRM development and Administration Role Updater Role Updater makes it easier for CRM 2011 administrators and developers to add or remove privileges to multiple security roles in one operation Download Metadata Document Generator Metadata…
-
Continue reading →: Xrm.Utility functions to open Entity forms or Web resources
In CRM, we can open the entity forms using “window.open” method With UR 8, a couple new client-side JavaScript functions were added to open entity forms and web resources These functions fixes the prompt the user to login again issue when you use “window.open” to open form or web resource from…
-
Continue reading →: Reading LinkEntity attributes using Query Expression in CRM 2011
Assume you have to retrieve All the “Contact” records with fields “Full Name, Address1_City” Along with ‘Account Number’ field of ‘Account’ whom the contacts are associated with. Relationship between Contact & Account In CRM, there is out of the box 1:N relationship between Account & Contact. Contact has ‘ParentCustomerId’ field…


![[Step by Step] Beginner : Create a PCF control and add it to a custom page](https://rajeevpentyala.com/wp-content/uploads/2024/12/image-49.png)