Skip to content

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

    • About
    • DEV Tools
  • CRM 2011, JScript

    Xrm.Utility is undefined error – CRM 2011

    Published by

    Rajeev Pentyala

    on

    August 26, 2013

    Other day when I deployed my solution on a new CRM server, I was getting “Xrm.Utility is undefined” script error. I refered“Xrm.Utility” JScriptin my code to open forms which was causing script issue. Reason & Fix The CRM server is not having UR 8 Since Xrm.Utility object was added in…

    Continue reading →: Xrm.Utility is undefined error – CRM 2011
  • CRM 2011

    Merging solutions in CRM 2011

    Published by

    Rajeev Pentyala

    on

    July 17, 2013

    Imagine you have 2 developers (Dev 1 & Dev 2) in your team working on 2 different organizations and 2 solutions, at the time of every release, you need to merge the components of both developers in to 1 solution. One way is Import Dev 1 & Dev 2 solutions…

    Continue reading →: Merging solutions in CRM 2011
  • CRM 2011, JScript

    event.returnValue is not working after UR 12 – Fix

    Published by

    Rajeev Pentyala

    on

    July 15, 2013

    We use event.returnValue=false statement, to stop the event execution. (i.e., I can stop my crm form’s save action, if I write event.returnValue=false statement on my onsave() event). After I upgraded to UR12, I was getting script error, if I use the event.returnValue statement. Reason Update Rollup 12 and December 2012 Service…

    Continue reading →: event.returnValue is not working after UR 12 – Fix
  • CRM 2011

    CRM online instance opening only in Mobile version – Fix

    Published by

    Rajeev Pentyala

    on

    July 10, 2013

    The other day, when I upgraded to IE 11 browser and when I browse my CRM online URL, I was getting only mobile version (i.e., http:// Orgname.crm5.dynamics.com/m/default.aspx). Even if i explicitly provide the URL http:// Orgname.crm5.dynamics.com/default.aspx, it was redirecting to Mobile version Reason CRM online is not compatible with IE 11…

    Continue reading →: CRM online instance opening only in Mobile version – Fix
  • CRM 2011, JScript

    Retrieve records with Fetchxml using Jscript – CRM 2011

    Published by

    Rajeev Pentyala

    on

    June 20, 2013

    Retrieve the records using FetchXML is a convenient way as we can form the FetchXML easily using the ‘Advanced Find’ . Once you have the FetchXML ready, below is the JScript to execute and read the result set. In this sample, I am fetching records from custom entity “Bikes” which…

    Continue reading →: Retrieve records with Fetchxml using Jscript – CRM 2011
  • CRM 2011, JScript

    Filtering Lookup view based on custom logic CRM 2011

    Published by

    Rajeev Pentyala

    on

    June 17, 2013

    In one of my requirement, I have to filter my lookup view results based on another lookup field value. I have 2 Lookup fields on my form Product Product Category When I click on “Product” lookup, I have to show only Products with category as “Product Category” field value. We can…

    Continue reading →: Filtering Lookup view based on custom logic CRM 2011
  • CRM 2011, Plug-Ins

    The server was unable to process the request due to an internal error – plugin registration tool

    Published by

    Rajeev Pentyala

    on

    June 13, 2013

    The other day my plugin registration tool suddenly stopped connecting to my CRM server and was getting below error Unhandled Exception: System.ServiceModel.FaultException: The server was unable to process the request due to an internal error Below steps helped me to resolve the issue Go to “Plugin Registration Tool” physical folder Delete…

    Continue reading →: The server was unable to process the request due to an internal error – plugin registration tool
  • CRM 2011

    Retrieve associated records (N:N related)

    Published by

    Rajeev Pentyala

    on

    June 5, 2013

    In CRM, If you create N:N relationship between 2 entities, it creates an intermediate entity (i.e., Relationship Entity) with 3 fields Primary key field of “Relationship Entity” Entity 1 Primary Key field Entity 2 Primary Key field In this sample, I have 2 custom entities “Bike” and “Bond” with N:N association.…

    Continue reading →: Retrieve associated records (N:N related)
  • CRM 2011, JScript

    Associate Campaign with related items using Jscript – CRM 2011

    Published by

    Rajeev Pentyala

    on

    May 28, 2013

    We can associate 2 entity records having N:N relationship using “AssociateRequest” SDK message. (How to associate) But you get below error when you try to associate a Campaign record with Campaign related items such as Marketing List, Product, or Salesliterature using “AssociateRequest” SDK message. Associate is not supported for CampaignItem Platform To associate…

    Continue reading →: Associate Campaign with related items using Jscript – CRM 2011
  • JScript

    Consuming WCF service from Jscript using JQuery

    Published by

    Rajeev Pentyala

    on

    May 25, 2013

    I recently got a requirement to host a WCF service in Azure and consume it client side using Jscript. In this article, I am providing details on how to consume WCF service from Jscript with the help of JQuery. In below example, service is a simple “Products.svc” contain 1 method “GetProducts()” and…

    Continue reading →: Consuming WCF service from Jscript using JQuery
Previous Page Next Page
Visitors

2,152,424 hits

Top Posts
Getting Started: Build Your First Power Apps Code AppGetting Started: Build Your First Power Apps Code AppAugust 27, 2025Rajeev Pentyala
Claude Code 'VS Code' Extension: Enable 'Bypass Permissions' ModeClaude Code 'VS Code' Extension: Enable 'Bypass Permissions' ModeFebruary 5, 2026Rajeev Pentyala
Power Pages | Build a Site Using 'Claude Code' and the 'Power Pages Plugin'Power Pages | Build a Site Using 'Claude Code' and the 'Power Pages Plugin'March 15, 2026Rajeev 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
 

Loading Comments...
 

    • Subscribe Subscribed
      • Rajeev Pentyala – Technical Blog on Power Platform, Azure and AI
      • Join 480 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