Skip to content

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

    • About
    • DEV Tools
  • JScript

    Machine hangs up when you put a ‘debugger;’ in jScript “OnChange” event

    Published by

    Rajeev Pentyala

    on

    July 28, 2011

    Hi, While debugging a Jscript file ,Sometimes you may come across the situation where your machine gets hanged and it won’t even allow you start ‘Task Manager’ to kill the process.  It happens, if you have the similar scenario If you put a ‘debugger;’ command in ‘onChange’ event of Dropdown…

    Continue reading →: Machine hangs up when you put a ‘debugger;’ in jScript “OnChange” event
  • CRM 2011, Upgrade

    Sitemap “Settings groups” display as “Unknown” after an upgrade from CRM 4.0 to CRM 2011

    Published by

    Rajeev Pentyala

    on

    July 26, 2011

    Hi, Recently when i did an upgrade from CRM 4.0 to CRM 2011 by restoring CRM 4.0 DB, I got “Settings groups” display as “Unknown” (Refer image above) – To fix this issue we have to modify the “Sitemap” by exporting it in a solution, and follow below steps Open the…

    Continue reading →: Sitemap “Settings groups” display as “Unknown” after an upgrade from CRM 4.0 to CRM 2011
  • CRM 2011

    Adding “Notes” to the “Quote” progrmatically in CRM 2011

    Published by

    Rajeev Pentyala

    on

    July 24, 2011

    //Instantiate ‘Entity’ and set the ‘LogicalName’ to “annotation” Entity objNotes = new Entity(); objNotes.LogicalName = “annotation”; //Set ‘Subject’ and ‘notetext (i.e.,Body)’ properties objNotes.Attributes.Add(“subject”, ”—-Your Subject—”); objNotes.Attributes.Add(“notetext”, “—Your notes text—”); //Relate the note with ‘Quote’ using ‘EntityReference’ EntityReference refQuote = new EntityReference(); refQuote.LogicalName = “quote”; refQuote.Id = quoteID;  //Quote GUID objNotes.Attributes.Add(“objectid”, refQuote); //Set…

    Continue reading →: Adding “Notes” to the “Quote” progrmatically in CRM 2011
  • CRM, CRM 2011, CRM 4.0

    How to verify the log files for CRM installation issues

    Published by

    Rajeev Pentyala

    on

    July 23, 2011

    Open “Run” window (Ctrl+R) Type “%APPDATA%\Microsoft\MSCRM\Logs\“ You find the list of generated logs Sort by “Last Modified Time” to get the latest .log file

    Continue reading →: How to verify the log files for CRM installation issues
  • CRM 2011, JScript

    Useful CRM 2011 JScript Syntaxes

    Published by

    Rajeev Pentyala

    on

    July 23, 2011

    XRM.Page Model diagram The Xrm.Page object serves as a namespace object to consolidate three properties on the form: Xrm.Page.context Xrm.Page.context provides methods to retrieve information specific to an organization, a user, or parameters that were passed to the form in a query string. Xrm.Page.data.entity Xrm.Page.data provides an entity object that provides…

    Continue reading →: Useful CRM 2011 JScript Syntaxes
  • CRM, CRM 4.0

    Issues while installing CRM 4.0 on Windows Server 2008 R2

    Published by

    Rajeev Pentyala

    on

    July 23, 2011

    While installing CRM 4.0 on Windows Server 2008 R2 server we  will get errors mentioned in above screen 1)    To fix the issue  “Service cisvc was not found on computer XYZ” Reason:- This is because CRM 4.0 requires the old “Indexing  Service (CISVC)” , which was part of Windows Server 2003…

    Continue reading →: Issues while installing CRM 4.0 on Windows Server 2008 R2
Previous Page
Visitors

2,153,157 hits

Top Posts
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
Claude Code 'VS Code' Extension: Enable 'Bypass Permissions' ModeClaude Code 'VS Code' Extension: Enable 'Bypass Permissions' ModeFebruary 5, 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