Skip to content

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

    • About
    • DEV Tools
  • CRM 2011, JScript

    Object doesn’t support this property or method XMLHttpRequest error – FIX

    Published by

    Rajeev Pentyala

    on

    June 27, 2012

    Hi, I was getting “object doesn’t support this property or method jquery” error when I was initializing var request = new XMLHttpRequest(); Reason :- This is a problem with Internet Explorer browser (ActiveX to be precise) Fix :- If the browser is detected as Internet Explorer, load ActiveX instead of…

    Continue reading →: Object doesn’t support this property or method XMLHttpRequest error – FIX
  • CRM 2011, Uncategorized

    Address entity in CRM 2011

    Published by

    Rajeev Pentyala

    on

    June 24, 2012

    Below are few useful points about “Address“ in CRM In CRM, “Account” and “Contact” entities have built-in fields to capture two sets of addresses. These fields are address1_street1, address1_city, address1_stateorprovince, etc., as well as another whole set for address2 fields. We normally assume that 2 default set of address fields…

    Continue reading →: Address entity in CRM 2011
  • CRM 2011, JScript

    Checking whether user part of team using jscript CRM 2011

    Published by

    Rajeev Pentyala

    on

    June 23, 2012

    Hi, We can verify whether the User is part of particular Team using jscript. Below is the jscript function function isUserPartOfTeam(userId, teamId) { var oDataEndpointUrl = serverUrl + “/XRMServices/2011/OrganizationData.svc/”; oDataEndpointUrl += “TeamMembershipSet?$select=BusinessUnitId&$filter=TeamId eq guid’” + teamId + “‘ SystemUserId eq guid’” + userId + “‘”; var service = GetRequestObject(); if…

    Continue reading →: Checking whether user part of team using jscript CRM 2011
  • CRM 2011, Plug-Ins

    Reading WCF client binding configurations from plug-in

    Published by

    Rajeev Pentyala

    on

    June 16, 2012

    In one of my requirement I have to call my custom WCF service method from plug-in. In this scenario my plug-in is WCF client and I have to read client binding configuration from plug-in. Below are the ways you can read the binding configuration details from plug-in Synchronous plug-in In case…

    Continue reading →: Reading WCF client binding configurations from plug-in
  • CRM 2011, SQL

    Database ‘Org_MSCRM’ cannot be started in this edition of SQL Server because it contains a partition function ‘AuditPFN’ – Error while restoring organization

    Published by

    Rajeev Pentyala

    on

    June 16, 2012

    Hi, I got below error, when I was trying to restore an organization database from SQL server enterprise edition to SQL server developer / Data center editions Database ‘Org_MSCRM’ cannot be started in this edition of SQL Server because it contains a partition function ‘AuditPFN’. Only Enterprise edition of SQL…

    Continue reading →: Database ‘Org_MSCRM’ cannot be started in this edition of SQL Server because it contains a partition function ‘AuditPFN’ – Error while restoring organization
  • CRM 2011, Ribbon

    Rename out of the box associated view ribbon buttons in CRM 2011

    Published by

    Rajeev Pentyala

    on

    June 10, 2012

    Hi, When we have relationship between two entities, the child entity link add to the left navigation of parent. For example, “Contacts” link add to the left navigation of “Accounts” The view we call it as “Associate View” and it contains buttons with below naming convention “Add {Display name of…

    Continue reading →: Rename out of the box associated view ribbon buttons in CRM 2011
  • CRM 2011, JScript

    Deleting notes attachments using jscript in CRM 2011

    Published by

    Rajeev Pentyala

    on

    June 9, 2012

    Hi, In CRM, we can add files as attachments to the Notes. All the notes get saved in to “Annotation” entity in the data base. The attachment information get saved in to below columns of “Annotation” entity Document Body File Name File Size Is Document Deleting attachments using  script:- To delete…

    Continue reading →: Deleting notes attachments using jscript in CRM 2011
  • CRM 2011, Misc

    The maximum array length quota has been exceeded – Error in WCF service

    Published by

    Rajeev Pentyala

    on

    June 9, 2012

    Hi, I was getting below exception when I call a WCF service from my plug – in There was an error deserializing the object of type XYZ. The maximum array length quota (16384) has been exceeded while reading XML data Below was my requirement, I have to send emails with…

    Continue reading →: The maximum array length quota has been exceeded – Error in WCF service
  • CRM 2011, Plug-Ins

    “Query execution time exceeded the threshold” error in Plugins

    Published by

    Rajeev Pentyala

    on

    June 3, 2012

    Hi, In one of my requirement I was accessing SSRS service API from my plugin to render and read the report When the plugin execute the code, I was neither getting the expected result nor any error. To troubleshoot the problem I open the event viewer and I got a…

    Continue reading →: “Query execution time exceeded the threshold” error in Plugins
  • CRM 2011, JScript

    Reading sub grid records using jscript in CRM 2011

    Published by

    Rajeev Pentyala

    on

    June 2, 2012

    Hi, In CRM 2011, we can show the related records in parent record form using sub grids. For example below is ‘Contacts’ sub grid on ‘Account’ form We can get the records count and read the cell values of sub grid using below script. function getSubGridDetails() { // Set subgrid…

    Continue reading →: Reading sub grid records using jscript in CRM 2011
Previous Page Next Page
Visitors

2,149,101 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

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