Skip to content

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

    • About
    • DEV Tools
  • Uncategorized

    2014 in review

    Published by

    Rajeev Pentyala

    on

    December 30, 2014

    The WordPress.com stats helper monkeys prepared a 2014 annual report for this blog. Here’s an excerpt: The Louvre Museum has 8.5 million visitors per year. This blog was viewed about 170,000 times in 2014. If it were an exhibit at the Louvre Museum, it would take about 7 days for…

    Continue reading →: 2014 in review
  • CRM, CRM 2015

    Hierarchy Visualization – CRM 2015

    Published by

    Rajeev Pentyala

    on

    December 17, 2014

    With CRM 2015, you can represent self-referenced records in Chart format, this feature called as ‘Hierarchy Visualization’. If the Entity is configured for ‘Hierarchy Visualization’, a symbol as below will appear for Self referenced records. By clicking the chart symbol you will be redirected to below Chart. Every rectangle, contain…

    Continue reading →: Hierarchy Visualization – CRM 2015
  • Uncategorized

    Custom Help Pages – CRM 2015

    Published by

    Rajeev Pentyala

    on

    December 10, 2014

    Before CRM 2015 to get custom help pages, the only way is running unsupported PowerShell commands. With CRM 2015, CRM administrators can configure Custom help pages for entire organization or for specific customizable entities. Organization Level Custom Help Go Settings -> Administration -> System Settings Provide URL of the web…

    Continue reading →: Custom Help Pages – CRM 2015
  • SQL

    Transaction count after EXECUTE indicates a mismatching number – SQL Error

    Published by

    Rajeev Pentyala

    on

    December 8, 2014

    I was getting the below exception when I execute a stored procedure from my C# console application. My Stored procedure executes in Transaction mode and wrapped in Try/Catch block (Refer below) CREATE PROCEDURE [Name] BEGIN TRY BEGIN TRANSACTION; — My SQL Script COMMIT TRANSACTION; END TRY BEGIN CATCH IF XACT_STATE()…

    Continue reading →: Transaction count after EXECUTE indicates a mismatching number – SQL Error
  • CRM

    Different ways of referencing web resources – CRM

    Published by

    Rajeev Pentyala

    on

    December 8, 2014

    If you have a HTML file added as a Web resource in CRM and it need to refer below web resources new_jquery new_dummy Below are 2 ways to achieve the same Standard Way One way is to follow below convention to refer the web resource files in your HTML file <script src=”../webresources/{webresourcename}”></script> Referencing by folders Assume…

    Continue reading →: Different ways of referencing web resources – CRM
  • CRM

    CRM 2015 Enhancements and new features

    Published by

    Rajeev Pentyala

    on

    December 4, 2014

    CRM 2015 is the latest advent of Microsoft Dynamics CRM and its previously code named as “Vega”. As you get lot of resources about CRM 2015 over internet, this article briefs you about major enhancements and new features. Calculated and Roll-up Fields Prior to Dynamics CRM 2015, to perform calculations or…

    Continue reading →: CRM 2015 Enhancements and new features
  • CRM

    Metadata Browser – CRM

    Published by

    Rajeev Pentyala

    on

    November 1, 2014

    Recently I got a requirement to list out all Custom fields which is of type Lookup & Option set. Using ‘Meta Data Browser’ tool I achieved it very easily Steps : Import the “MetaDataBrowser” solution from “SDK\Tools\MetadataBrowser” After import, open the solution and in the solution’s configuration page you will…

    Continue reading →: Metadata Browser – CRM
  • CRM

    Base and Extension base tables Merge error – Upgrade from CRM 2011 to 2013

    Published by

    Rajeev Pentyala

    on

    October 29, 2014

    As we know till CRM 2011, CRM maintained two database tables for each Entity: Base table for the out-of-the-box fields of an entity Extension table for the custom fields added to an entity With CRM 2013, Now there is just one entity table for a given entity. So when you…

    Continue reading →: Base and Extension base tables Merge error – Upgrade from CRM 2011 to 2013
  • CRM

    Network Error while accessing external service from CRM web resource

    Published by

    Rajeev Pentyala

    on

    October 28, 2014

    We had a requirement to fetch and display data from external hosted service, on a HTML web resource  hosted in CRM. So I created a HTML file with below logic to fetch data from external hosted service. var xmlhttp = new XMLHttpRequest(); xmlhttp.open(‘POST’, {External Service URL}, false); xmlhttp.onreadystatechange = function () {…

    Continue reading →: Network Error while accessing external service from CRM web resource
  • Misc

    Unable to get property ‘integer’ of undefined or null reference – Error jqGrid

    Published by

    Rajeev Pentyala

    on

    October 25, 2014

    We got a requirement to display XML data in table format in HTML file. We opted jqGrid for binding xml and display the XML content. $(“#grid”).jqGrid({ datatype: ‘xmlstring’, datastr: responseXml, xmlReader: { repeatitems: false, root: xmlRoot, row: xmlRow } I was getting this exception when I was binding XML to…

    Continue reading →: Unable to get property ‘integer’ of undefined or null reference – Error jqGrid
Previous Page Next Page
Visitors

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