Skip to content

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

    • About
    • DEV Tools
  • CRM 2011

    Bulk Updating or Inserting records from Excel using CRM Data Import

    Published by

    Rajeev Pentyala

    on

    January 8, 2012

    Hi, In CRM, you may come across scenarios where you need to Update/Insert a very large number of records very quickly. In these cases, opening each record’s form to make the change can be time-consuming. We can handle this better by using CRM Data Import feature by which we can make…

    Continue reading →: Bulk Updating or Inserting records from Excel using CRM Data Import
  • CRM 2011, Plug-Ins

    “The context is not currently tracking the entity” exception in CRM 2011

    Published by

    Rajeev Pentyala

    on

    January 3, 2012

    Hi, You may come across below exception when you are trying to Create/Update child record in the Parent record context of Plug-in using XRM Linq Scenario :- Imagine you have registered a “Post Update” Plug-in on ‘Account’ entity which Updates an associated ‘Contact’ entity Here the Plug-in runs under Parent Entity Context (i.e., Account)…

    Continue reading →: “The context is not currently tracking the entity” exception in CRM 2011
  • CRM 2011, Plug-Ins

    “Object of type can not be converted to type ‘IBusinessEntity’ ” exception with crm Early Binding

    Published by

    Rajeev Pentyala

    on

    December 28, 2011

    Hi, You may come across below exception in Plug-Ins, while performing Create/Update operation  using CRM early binding Exception: Unhandled Exception: System.InvalidOperationException: Object of type ‘entity_name‘ can not be converted to type ‘IBusinessEntity’ Fix :- You need to add below line in your Plug-in project’s “AssemblyInfo.cs” file (Navigate to project folder and go…

    Continue reading →: “Object of type can not be converted to type ‘IBusinessEntity’ ” exception with crm Early Binding
  • CRM 2011

    Could not load file or assembly ‘Microsoft.IdentityModel’ exception on wrapper class generation in CRM 2011

    Published by

    Rajeev Pentyala

    on

    December 26, 2011

    Hi, You may come across the below exception while generating wrapper classes using “crmsvcutil.exe” tool which comes along with CRM SDK. Could not load file or assembly ‘Microsoft.IdentityModel Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find specified Reason :-         The reason for this error could be the machine…

    Continue reading →: Could not load file or assembly ‘Microsoft.IdentityModel’ exception on wrapper class generation in CRM 2011
  • CRM 2011

    “Could not open a connection to SQL Server” error while installing CRM 2011 Server

    Published by

    Rajeev Pentyala

    on

    December 21, 2011

    Hi, You may come across below exception while installing CRM 2011 Server. “Named Pipes Provider, error: 40 – Could not open a connection to SQL Server “ Scenario :- You have a standalone machine “VM 1”, with SQL Server 2008  application You have another machine “VM 2”, where you are trying to install “CRM Server” by…

    Continue reading →: “Could not open a connection to SQL Server” error while installing CRM 2011 Server
  • CRM 2011, JScript

    JScript validation on Activation/Deactivation of record in CRM 2011

    Published by

    Rajeev Pentyala

    on

    December 13, 2011

    Hi, We can perform JScript validation on Activation or Deactivation of  a record in CRM 2011. We can achieve this by reading event save mode from CRM context (i.e.,CRM returns unique Codes or Numbers for different actions; Example 5 for Deactivation button click & 6 for Activation click). Note :-  CRM 2011 JScript allows us to…

    Continue reading →: JScript validation on Activation/Deactivation of record in CRM 2011
  • CRM, CRM 2011

    Hide left navigation items pane on form in CRM 2011

    Published by

    Rajeev Pentyala

    on

    December 12, 2011

    Hi, We can Hide the “Navigation items” pane on the CRM form using simple form customization. Open CRM form customization screen Click on “Form Properties” button in  “Form” tab Go to “Display” tab and uncheck “Show navigation items” (Refer screen below) Save & Publish After this setting “Open” the form and you will…

    Continue reading →: Hide left navigation items pane on form in CRM 2011
  • CRM, CRM 2011

    Types of services in CRM 2011

    Published by

    Rajeev Pentyala

    on

    November 29, 2011

    Hi, Below are 3 main services that developers can use to extend the Dynamics CRM 2011 platform Deployment Web Service Using this service we can Create or import organizations Enable and Disable organizations Add deployment administrators Configure IFD and Claims-based authentication 2.Discovery Web service Using this service we can Identify the…

    Continue reading →: Types of services in CRM 2011
  • CRM, CRM 2011, CRM 4.0, JScript

    Email format validation in CRM

    Published by

    Rajeev Pentyala

    on

    October 27, 2011

    Hi, The out of the box CRM Email field type does not validate whether the given email is ending with “.com”,”.in”,etc… (Refer below) rajeevpentyala@live  (Its a valid email format as per out of the box CRM Email Type validation) We can validate all the metrics of Email format by using below steps. Step 1:-…

    Continue reading →: Email format validation in CRM
  • CRM 2011, JScript

    Hide or Show Tabs & Navigation Items of CRM form in CRM 2011

    Published by

    Rajeev Pentyala

    on

    October 27, 2011

    Hi, Below is the JScript to Show or Hide Tabs and Navigation Items on CRM form //Set “true” to Hide and “false” to show the Tab/Navigation item Xrm.Page.ui.tabs.get(“tab_name”).setVisible(true/false); Xrm.Page.ui.navigation.items.get(“navigationlink_name”).setVisible(true/false); Note :- We can get the ‘Tab’ name, from the Form customization We can get the “Navigation link” name using the IE developer…

    Continue reading →: Hide or Show Tabs & Navigation Items of CRM form in CRM 2011
Previous Page Next Page
Visitors

2,152,866 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

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 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