-
Continue reading →: Unable to install CRM 2011 Report Extension – Reboot required error
I was getting below “Reboot Required” message when I tried to install “CRM 2011 Report Extension” (i.e., CRM2011-Bids-ENU-i386) I restarted my machine and I retried to install, still I was getting same error. As mentioned in the error message, I checked the log file under “C:\Users\{curr_user}\appdata\Roaming\Microsoft\MSCRM\Logs\BIDSExtensionsSetup.log” path, there it was…
-
Continue reading →: Disabling controls in a section using JScript
We can’t disable a Section using “setDisabled(false)”, as Section is a container of controls. Below is the logic to disable all the controls in a section Loop through all the page controls If the control’s parent is the specified section, disable the control Below are the functions to disable controls in…
-
Continue reading →: Set desired form as default using script – CRM 2011
I have an “Account” entity with multiple forms (i.e.,4 forms). My requirement is to set particular form as default form based on some logic. Below is the script to set desired form as default. function setMyFormAsDefault() { // Set the form name you want to set as default var myDefFormName…
-
Continue reading →: Lead qualify process design changes in UR 12 – CRM 2011
In UR 12, the lead conversion process has been redesigned. Refer below for lead qualify process before and after UR 12 Lead conversion before UR 12 Before UR 12, we have “Qualify” button on Lead ribbon It opens a “Convert Lead” web page, which gives us options to create Contact/Account/Opportunity. After UR…
-
Continue reading →: Read and Parse XML web resource using Jscript – CRM 2011
I have a XML file with below content added as a web resource (new_fruitsxml) in my CRM application <?xml version=”1.0″ encoding=”utf-8″ ?> <Fruits> <Fruit Code=”App”> <Name>Apple</Name> <Price>20</Price> </Fruit> <Fruit Code=”Orng”> <Name>Orange</Name> <Price>10</Price> </Fruit> </Fruits> Below is the Jscript code to read and parse the XML. Note – The code uses…
-
Continue reading →: Associate/Disassociate plugin messages in CRM
In CRM, the Associate or Disassociate event happens If you have a N:N relationship between two entities and when you try to associate or disassociate records either from Associated view or Sub grid. In Plugins, the Associate & Disassociate messages behave little different than other messages. When you register a plugin…
-
Continue reading →: Access denied error while updating user’s “domain name” field
We have few existing users in our CRM application which we wanted to change the “Domain name”. Also we wanted this update to be done by a User who is not a “System administrator”. We were getting below exception for few users, when we try to update the domain name of…
-
Continue reading →: Working with CRM 2011 online – Basics
Below are few things to ponder, when you are new to CRM and moving from “onpremise” to “online”. Device registration Its very important to get your device registered to connect to CRM online. We need to specify the device credentials many places (for example, credentials are must when you use “crmsvcutil.exe” to generate wrapper class…


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