Skip to content

Rajeev Pentyala – Technical Blog on Power Platform, Azure and AI

    • About
    • DEV Tools
  • CRM 2011

    Unable to install CRM 2011 Report Extension – Reboot required error

    Published by

    Rajeev Pentyala

    on

    May 15, 2013

    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 →: Unable to install CRM 2011 Report Extension – Reboot required error
  • CRM 2011, JScript

    Disabling controls in a section using JScript

    Published by

    Rajeev Pentyala

    on

    May 10, 2013

    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 →: Disabling controls in a section using JScript
  • CRM 2011, JScript

    Set desired form as default using script – CRM 2011

    Published by

    Rajeev Pentyala

    on

    May 7, 2013

    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 →: Set desired form as default using script – CRM 2011
  • CRM 2011, JScript

    Reading related records using OData and Jscript – CRM 2011

    Published by

    Rajeev Pentyala

    on

    May 2, 2013

    I have 1:N relationship between “Contact” entity and custom entity “Bikes” (i.e., 1 contact can have N no of Bikes). If I want to read all “Bikes” along with my “Contact” information using OData service, I can use the “$expand” keyword of OData protocol. Below is the generic function to prepare the OData…

    Continue reading →: Reading related records using OData and Jscript – CRM 2011
  • CRM 2011

    Lead qualify process design changes in UR 12 – CRM 2011

    Published by

    Rajeev Pentyala

    on

    April 30, 2013

    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 →: Lead qualify process design changes in UR 12 – CRM 2011
  • CRM 2011, JScript

    Read and Parse XML web resource using Jscript – CRM 2011

    Published by

    Rajeev Pentyala

    on

    April 25, 2013

    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 →: Read and Parse XML web resource using Jscript – CRM 2011
  • CRM 2011

    Dynamics XRM Tools for CRM 2011

    Published by

    Rajeev Pentyala

    on

    April 18, 2013

    Came across a useful tool Dynamics XRM Tools from CodePlex, which provide CRM 2011 developer and configuration tools at one place. You can download this Silverlight based tool as a Managed solution from here Upon importing of the solution you can get below tools on demand OData Query Designer Metadata Browser CRM 4…

    Continue reading →: Dynamics XRM Tools for CRM 2011
  • CRM 2011, Plug-Ins

    Associate/Disassociate plugin messages in CRM

    Published by

    Rajeev Pentyala

    on

    April 17, 2013

    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 →: Associate/Disassociate plugin messages in CRM
  • CRM 2011

    Access denied error while updating user’s “domain name” field

    Published by

    Rajeev Pentyala

    on

    April 10, 2013

    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 →: Access denied error while updating user’s “domain name” field
  • CRM 2011

    Working with CRM 2011 online – Basics

    Published by

    Rajeev Pentyala

    on

    April 2, 2013

    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…

    Continue reading →: Working with CRM 2011 online – Basics
Previous Page Next Page
Visitors

2,149,046 hits

Top Posts
Claude Code 'VS Code' Extension: Enable 'Bypass Permissions' ModeClaude Code 'VS Code' Extension: Enable 'Bypass Permissions' ModeFebruary 5, 2026Rajeev Pentyala
Getting Started: Build Your First Power Apps Code AppGetting Started: Build Your First Power Apps Code AppAugust 27, 2025Rajeev Pentyala
[Step by Step] Beginner : Create a PCF control and add it to a custom page[Step by Step] Beginner : Create a PCF control and add it to a custom pageDecember 2, 2024Rajeev Pentyala

Rajeev Pentyala – Technical Blog on Power Platform, Azure and AI

  • Pinterest
  • Instagram
  • Facebook
  • Mail
    • About
    • DEV Tools

Create a free website or blog at WordPress.com.

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Subscribe Subscribed
    • Rajeev Pentyala – Technical Blog on Power Platform, Azure and AI
    • Join 478 other subscribers
    • Already have a WordPress.com account? Log in now.
    • Rajeev Pentyala – Technical Blog on Power Platform, Azure and AI
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar

Notifications