Skip to content

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

    • About
    • DEV Tools
  • Dynamics 365

    D365 July Updates – Multi select option set and Virtual entity

    Published by

    Rajeev Pentyala

    on

    September 10, 2017

    With July updates Dynamics 365 introduced few new features. I am going to touch base: Virtual Entity: Virtual entities replace previous client-side and server-side approaches to integrating external data, which required customized code and suffered from numerous limitations, including imperfect integration, data duplication, or extensive commitment of development resources. Virtual…

    Continue reading →: D365 July Updates – Multi select option set and Virtual entity
  • ADX

    Azure Web Deploy – Time out errors

    Published by

    Rajeev Pentyala

    on

    September 10, 2017

    Recently when we were trying to publish a web site to Azure ‘Deployment Slot’ using Visual Studio “Web Deploy” option, we encountered either Time out exception or VS hung after few files push. Reason for this exception could be due to the enormous transactions on main (Prod) web app of…

    Continue reading →: Azure Web Deploy – Time out errors
  • ADX

    Dynamics 365 Portal – Troubleshoot errors hosted in Azure

    Published by

    Rajeev Pentyala

    on

    September 3, 2017

    Recently we got internal server error while we were accessing Portal hosted in Azure. Microsoft Azure is providing simple and quick way to troubleshoot the errors. There are few options to troubleshoot like ‘Log Stream’ and ‘Diagnostic Dumps’. In this Article, I am going to show how to use them.…

    Continue reading →: Dynamics 365 Portal – Troubleshoot errors hosted in Azure
  • ADX

    ADX Portals Web Notification system job failures and fix

    Published by

    Rajeev Pentyala

    on

    July 23, 2017

    Other day ADX web notification system jobs were failing/in Progress from long with below error message To give little background on Web Notifications: Adxstudio Portal application caches results from CRM to improve performance. This is done by adding a Web Notification URL in CRM (Advanced Find –> Web Notification URLS)…

    Continue reading →: ADX Portals Web Notification system job failures and fix
  • ADX

    ADX Portal – Configure views to fetch Logged In Partner owned records

    Published by

    Rajeev Pentyala

    on

    July 4, 2017

    As we know, ADX portal would be accessed by external Partners and they get created as Contacts in the CRM.  We got a requirement to configure “My Opportunities” view in Portal to show the Opportunities owned by logged in Partner.  In CRM, this type of requirement is straight forward as…

    Continue reading →: ADX Portal – Configure views to fetch Logged In Partner owned records
  • CRM, Dynamics 365

    Dynamics 365 – Native Sitemap Editor

    Published by

    Rajeev Pentyala

    on

    April 8, 2017
    Dynamics 365 – Native Sitemap Editor

    Before Dynamics 365, to edit the Sitemap we had to rely on 3rd party solution like ‘XRM Tool Box’ Site Map Editor, Visual Sitemap Editor. With advent of Dynamics 365, a native ‘Sitemap Designer’ has been shipped with product and its very simple to use. To edit the sitemap Open…

    Continue reading →: Dynamics 365 – Native Sitemap Editor
  • CRM

    Wait Condition with ‘Parallel Wait Branch’

    Published by

    Rajeev Pentyala

    on

    February 19, 2017

    In my previous article , I explained using ‘Wait Condition’ with simple scenario. In this article, lets see using ‘Parallel Wait Branch’ with Wait Conditions. Lets take a simple scenario Up on Opportunity creation, if an Account associated with Opportunity ‘Send Mail’ to Opportunity owner OR close the Opportunity as…

    Continue reading →: Wait Condition with ‘Parallel Wait Branch’
  • CRM

    ‘Wait Condition’ in Workflow Explained

    Published by

    Rajeev Pentyala

    on

    February 19, 2017

    I was asked by one of my blog followers to explain ‘Wait Condition’ in Workflow. To explain this better, I took a small scenario Send an Email to Opportunity Owner, whenever an Account has been assigned to the Opportunity Configuring Work Flow : Create a workflow on Opportunity which triggers…

    Continue reading →: ‘Wait Condition’ in Workflow Explained
  • CRM

    Retrieve Global Option set details – CRM SDK

    Published by

    Rajeev Pentyala

    on

    January 28, 2017

    Below is the sample code to retrieve existing Global Option sets along with Option text & values using RetrieveAllOptionSetsRequest : var retrieveAllOptionSetsRequest = new RetrieveAllOptionSetsRequest(); RetrieveAllOptionSetsResponse retrieveAllOptionSetsResponse = (RetrieveAllOptionSetsResponse)orgService.Execute(retrieveAllOptionSetsRequest); if (retrieveAllOptionSetsResponse.OptionSetMetadata.Count() > 0){ StringBuilder sb = new StringBuilder(); foreach (OptionSetMetadataBase optionSetMetadataBase in retrieveAllOptionSetsResponse.OptionSetMetadata){ if (optionSetMetadataBase.OptionSetType != null){ if ((OptionSetType)optionSetMetadataBase.OptionSetType == OptionSetType.Picklist){…

    Continue reading →: Retrieve Global Option set details – CRM SDK
  • Azure

    Access and Edit Web App files hosted in Azure

    Published by

    Rajeev Pentyala

    on

    January 26, 2017

    I have an Asp.Net Web application hosted as a Web App in my Azure instance. One of the requirement I frequently get is to view or edit the published ‘Web App’ files from Azure Portal. As we cannot access the ‘Web App’ files from Azure portal, one of the simpler…

    Continue reading →: Access and Edit Web App files hosted in Azure
Previous Page Next Page
Visitors

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

Loading Comments...
 

    • 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