Skip to content

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

    • About
    • DEV Tools
  • CRM

    Disabling Activities rollup view option using Jscript

    Published by

    Rajeev Pentyala

    on

    January 23, 2014

    In CRM, when you choose ‘Related “Regarding” Records’ option from ‘Activities’ left navigation of Account form, It loads Activities rollup view. Recently we got a requirement to disable rollup option. So we used below script to remove the ‘Related “Regarding” Records’ option from “Include” dropdown. document.getElementById(“navActivities”).onclick = function () {…

    Continue reading →: Disabling Activities rollup view option using Jscript
  • CRM

    Auditing User’s Team membership in CRM

    Published by

    Rajeev Pentyala

    on

    January 20, 2014

    Recently we got a requirement to track Team membership of a User (i.e., Log when a User gets Add/Remove from a Team). We checked whether the OOB Audit feature would fulfill this requirement. Audit feature does logs an entry every time we add/remove a User from Team but as separate events.…

    Continue reading →: Auditing User’s Team membership in CRM
  • CRM 2013

    Duplicate detection functionality in CRM 2013

    Published by

    Rajeev Pentyala

    on

    January 6, 2014

    In CRM 2013, Duplicate record detection feature on create/update form has been removed due to the ‘Auto Save‘ functionality, which saves the form frequently. Below are the 2 ways we can bring back the functionality. Solution provided in CRM 2013 SDK  In SDK there is a recommend approach to enable…

    Continue reading →: Duplicate detection functionality in CRM 2013
  • CRM 2013

    New JScript syntaxes – CRM 2013

    Published by

    Rajeev Pentyala

    on

    January 2, 2014

    With the advent of CRM 2013, below are the new set of client API methods Context Xrm.Page.context.getUserName() – Returns username of the currently logon user Xrm.Page.context.getClient() – Returns the client (i.e., Returns “Outlook”, “Web”, or “Mobile”) Xrm.Page.context.client.getClientState() – Returns  whether user is working online or offline. Note – Xrm.Page.context.isOutlookOnline and isOutlookClient methods…

    Continue reading →: New JScript syntaxes – CRM 2013
  • Misc

    My blog report for the year 2013

    Published by

    Rajeev Pentyala

    on

    December 31, 2013

    First of all thanks to all my blog visitors who posted valuable comments and suggestions. I wish you all a great year ahead that starts with happiness and ends with that too. Happy New year 🙂 WordPress.com prepared a 2013 annual report for my blog. Here’s an excerpt: The Louvre Museum has…

    Continue reading →: My blog report for the year 2013
  • CRM 2013

    Identify “Auto Save” in JScript onload & onsave events – CRM 2013

    Published by

    Rajeev Pentyala

    on

    December 30, 2013

    CRM 2013 has got a new ‘Auto Save” feature which periodically saves the form after new data entered. Problem with frequent auto save The problem with this design is whenever auto-save fires, it causes  unwanted execution of the registered onload & onsave events. To identify ‘Auto Save’ event in ‘onload & onsave’…

    Continue reading →: Identify “Auto Save” in JScript onload & onsave events – CRM 2013
  • CRM, CRM 2013

    Field’s tooltip in CRM 2013

    Published by

    Rajeev Pentyala

    on

    December 29, 2013

    In CRM 2011, when you hover mouse pointer on a field you get field’s ‘Display Name’ as Tooltip. In CRM 2013, there is a slight design change. Whatever you specify in field’s ‘Description’ appear as Tooltip. 🙂

    Continue reading →: Field’s tooltip in CRM 2013
  • CRM 2011

    Table alias is not unique amongst all top-level table and join aliases – Exception

    Published by

    Rajeev Pentyala

    on

    December 18, 2013

    Recently we upgraded from UR 8 to UR 13 and from then I was getting ‘Unexpected’ error when I was adding members to my ‘Dynamic Marketing list’ using ‘Advanced Find’ window. Below is the error log from my Event viewer Exception type: CrmException Exception message: Table alias a_7f4fc1baff99e111bef200155dc87c59 is not…

    Continue reading →: Table alias is not unique amongst all top-level table and join aliases – Exception
  • CRM

    Free CRM online book by Power Objects

    Published by

    Rajeev Pentyala

    on

    December 6, 2013

    Power Objects has come up with a free online CRM book. The content of this book covers below topics Basics Administration Extending CRM The best part is, this book will be updated as the CRM software changes. Check this out @ CRM Book 🙂

    Continue reading →: Free CRM online book by Power Objects
  • CRM 2011

    Why ‘RetrieveMultiple’ plug-in not firing when I choose ‘Activities’ roll-up view

    Published by

    Rajeev Pentyala

    on

    November 26, 2013

    I had a plug-in registered  on ‘Activities’ (i.e., ActivityPointer) on ‘RetrieveMultiple’ message. The Plug-in getting triggered when I open ‘Activities’ from any where (i.e., From ‘Advanced Find’, Sitemap on workplace area, Associated views of  all custom entities) except when I open an account and click on ‘Activities’ associated/roll-up view. Reason For…

    Continue reading →: Why ‘RetrieveMultiple’ plug-in not firing when I choose ‘Activities’ roll-up view
Previous Page Next Page
Visitors

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

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