Skip to content

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

    • About
    • DEV Tools
  • 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,152,295 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
  • 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