-
Continue reading →: Multiple relationships between 2 entities
What if I have multiple relationships between my entities, how CRM handles multiple “Relationship Behaviors” (i.e., for example Parental & Referential) Let’s consider this scenario, I have 2 custom entities “Customer” & “Bike” and my requirement is a customer should possess multiple bikes I created a 1:N relationship with “Type…
-
Continue reading →: Debug Plug-ins using “Plug-in Profiler” – CRM 2011
In CRM, we can debug the plug-ins deployed in “on premise” by following the steps in this article. But it’s always difficult to debug Plug-ins deployed in CRM online. Now we can debug Plug-in code registered in both online/on premise also using “Plug-in Profiler”. In CRM 2011, with the SDK 5.0.5 and later releases we got…
-
Continue reading →: CrmSecurityException – Unable to access Organization
The other day, I was suddenly not able to access my CRM organization. I was getting “Unhandled exception” message when I browse the Organization URL. I tried to restart the my application server IIS, but no luck. When I checked the event viewer for more details, I observed a below Warning message…
-
Continue reading →: ReportProcessingException: Cannot create a connection to data source ‘CRM’
Recently, when we deployed our CRM managed solution with reports on our testing environment, we were getting “rsProcessingAborted” error while accessing the reports. When we check the event viewer for more error details, we found below “Caller has insufficient privilege to run report” exception Data source ‘CRM’: An error has…
-
Continue reading →: Passing multiple values to web resource(HTML/Silverlight) in CRM 2011
Lets assume a requirement as below I need to show a custom HTML page on my “Account” form Read few “Account” entity field values (i.e., Address1_line1,City etc…) from my HTML page Account fields to pass to HTML need to be configurable (i.e., Fields I need to read in my HTML may change) Solution…
-
Continue reading →: Implementing Claims Based Authentication and IFD – CRM 2011
Brief Intro about Claims-based authentication In CRM 4.0, external users, who weren’t using VPN, could access the Internet via forms authentication. CRM 2011 replaces forms authentication with claims-based authentication. This is an identity access solution designed to provide simplified user access and single sign-on access to CRM data Below are…
-
Continue reading →: How to modify Organization’s Report Server URL and Display Name
Assume in the mid of your CRM implementation, your report server has been changed. Now all you need is to point your organization with the new report server url. We can do this using “Deployment Manager” by following below steps Open the “Deployment Manager” and click on “Organizations” link Choose your “Organization”…
-
Continue reading →: Using CRM 2011 SOAP and REST endpoints with Silverlight
To communicate with CRM 2011 from Silverlight application you can either use SOAP or REST endpoints. URL’s for both endpoints will be available under “Developer Resources” section (Go to Settings -> Customizations -> Developer Resources) Below are the important points on usage & limitations of both endpoints Using REST endpoint with Silverlight…
-
Continue reading →: Access denied to temporary Asp.net files folder – error while browsing Aspx page
I was getting below “Access denied” error, when I was browsing my Aspx page hosted in IIS 7. Hers are more details about my hosted Asp.net web application Website application pool’s Pipeline mode is “Integrated” Application pool Identity set to a Service Account Below is the reason and fix that worked…
-
Continue reading →: How to set 24 or 12 hour time format setting in CRM
In CRM, if you want show your date time fields with either 24 or 12 hour time formats, we can easily do it with either System settings/ Personal options System settings :- You can make the SYSTEM level “Time format” setting by Go to Settings –> Administration –> System settings Go to…


![[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)