Skip to content

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

    • About
    • DEV Tools
  • CRM 2011, Plug-Ins

    Passing configuration data using Plug-in registration tool (Secured vs. Unsecured)

    Published by

    Rajeev Pentyala

    on

    October 22, 2012

    CRM plugin registration tool contain “Unsecure & Secure” configuration sections while registering a “Step” We can pass configuration data and can be used in the plug-in logic. Secured vs. Unsecured Below are key differentiations between Secured and Unsecured data configuration Access Data passed through “Unsecure” section is PUBLIC (i.e., It can…

    Continue reading →: Passing configuration data using Plug-in registration tool (Secured vs. Unsecured)
  • CRM 2011

    Unable to save Appointment – “Invalid e-mail address” Error

    Published by

    Rajeev Pentyala

    on

    October 20, 2012

    I was getting below error screen when I try to save an Appointment activity. When I verified the Email address of my Appointment attendees (i.e., Users), they all have E-mail address. Reason:- Though the E-mail addresses are valid, If any of the Users E-mail address has invalid character you get the…

    Continue reading →: Unable to save Appointment – “Invalid e-mail address” Error
  • CRM 2011

    Categorizing Reports in CRM

    Published by

    Rajeev Pentyala

    on

    October 17, 2012

    We can categorize reports in CRM so that we can create new view based on the category Below is a useful article on “How to create new report categories” and create report views based on category Link 🙂

    Continue reading →: Categorizing Reports in CRM
  • CRM 2011

    “Sequence contains no elements” LINQ error – FIX

    Published by

    Rajeev Pentyala

    on

    October 16, 2012

    I was getting below error while querying “AccountSet” using LINQ in my plug-in System.InvalidOperationException: Sequence contains no elements Reason:- Exception raised when there were no records that matches to the criteria specified in my LINQ query I had my query statement as below   var account = orgContext.accountSet.Where(acct => (acct.name ==…

    Continue reading →: “Sequence contains no elements” LINQ error – FIX
  • CRM 2011, Plug-Ins

    Add or Remove users to Team programmatically in CRM 2011

    Published by

    Rajeev Pentyala

    on

    October 11, 2012

    In CRM, Team is a group of users. Each team must be associated with only one Business Unit (BU). A team can include users from any business unit, not only the BU with which the team is associated. Users can be associated with more than one team.   You can get…

    Continue reading →: Add or Remove users to Team programmatically in CRM 2011
  • CRM, CRM 2011

    Entity was not appearing in “Base Record Type” dropdown while creating ‘Duplicate Detection Rule’

    Published by

    Rajeev Pentyala

    on

    October 3, 2012

    In one of my requirement, I had to create a ‘Duplicate Detection Rule’ on my custom entity ‘Policy’. So to create the ‘Duplicate Detection Rule’, I opened a new ‘Duplicate Detection Rule’ form (i.e., Navigated to “Settings –> Data Management –> Duplicate Detection Rules –> New”) I then tried to choose “Policy”…

    Continue reading →: Entity was not appearing in “Base Record Type” dropdown while creating ‘Duplicate Detection Rule’
  • CRM, CRM 2011

    CRM application prompting credentials for all SOAP/OData calls

    Published by

    Rajeev Pentyala

    on

    September 27, 2012

    Other day my CRM application started behaving weirdly, it was prompting credentials for every OData/SOAP calls in my Jscripts. Here is the scenario, I had a custom jscript library on Account entity which enable/disable ribbon buttons on form load. So when I open the Account form I had to provide credentials…

    Continue reading →: CRM application prompting credentials for all SOAP/OData calls
  • CRM 2011

    Things to be considered while using duplicate detection feature in CRM 2011

    Published by

    Rajeev Pentyala

    on

    September 22, 2012

    In CRM you can create “Duplicate detection rules” to avoid duplicate records in to the system. Below are the scenarios I observed with duplicate detection in CRM 2011 Enabling duplicate rule while creating/Updating records using CRM service By default, when you execute a Create or Update request using the CRM Service,…

    Continue reading →: Things to be considered while using duplicate detection feature in CRM 2011
  • CRM 2011

    NullReferenceException while opening CRM form

    Published by

    Rajeev Pentyala

    on

    September 19, 2012

    I was getting an exception when I open a “Account” record. When I verify the CRM server Event Viewer I got this below “NullReferenceException” warning message After spending some time I came to know that the problem was because of customization change I did recently Reason I deleted and recreated a custom…

    Continue reading →: NullReferenceException while opening CRM form
  • CRM 2011

    Access denied error on closing of Appointment in CRM 2011

    Published by

    Rajeev Pentyala

    on

    September 17, 2012

    Recently when I configured my CRM application with “https” binding, I was getting the “Access Denied” exception while closing the appointment activity When I check the event viewer I had below “INVALID_WRPC_TOKEN” exception Microsoft.Crm.CrmException: INVALID_WRPC_TOKEN: Validate WRPC Token: WRPCTokenState=Invalid When I try to find the reason for the issue I…

    Continue reading →: Access denied error on closing of Appointment in CRM 2011
Previous Page Next Page
Visitors

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