Skip to content

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

    • About
    • DEV Tools
  • Azure, CRM

    Dynamics 365 – Using WebHooks to post data from Plugin to Azure Function

    Published by

    Rajeev Pentyala

    on

    July 15, 2018

    In my previous articles, I detailed the steps to create ‘Azure Functions’ and executing D365 SDK messages from ‘Azure Function’. Create Azure Function Invoke D365 SDK Messages From Functions In this article, lets see how we fulfill Integration requirements using WebHooks model by submitting data to external WebAPIs and Services…

    Continue reading →: Dynamics 365 – Using WebHooks to post data from Plugin to Azure Function
  • Azure, CRM

    Code Snippet – Execute Dynamics 365 WhoAmIRequest in Azure Function

    Published by

    Rajeev Pentyala

    on

    July 15, 2018

    Azure Function is a serverless compute service that enables you to run code on-demand without having to explicitly provision or manage infrastructure. We can leverage ‘Azure Functions’ in Dynamics 365 to build robust integrations. Scenario: Lets take a scenario, where your Customer has a Facebook page and complaints posted on page should…

    Continue reading →: Code Snippet – Execute Dynamics 365 WhoAmIRequest in Azure Function
  • Azure

    Azure – Create and Rename a Function

    Published by

    Rajeev Pentyala

    on

    July 15, 2018

    Other day I was exploring Azure ‘Functions’ and had a tough time to rename the ‘Function’. Below are the steps to create and rename Azure ‘Function’ What is an Azure Function: Azure Function is a serverless compute service that enables you to run code on-demand without having to explicitly provision or manage…

    Continue reading →: Azure – Create and Rename a Function
  • Dynamics 365

    Dynamics 365 – Read Auditing

    Published by

    Rajeev Pentyala

    on

    June 16, 2018

    One of the much awaited features ‘Read Access Audit‘ is being roll out in the latest version of Dynamics 365 online. Enable ‘Read’ Audit: Connect to your Dynamics 365 application. To enable Audit, choose Settings > Administration > System Settings > Auditing tab Access Audit Data: Audit data can be viewed by connecting to the Office 365 Security…

    Continue reading →: Dynamics 365 – Read Auditing
  • Dynamics 365

    D365 Login Issue – Organization Id Not Determined

    Published by

    Rajeev Pentyala

    on

    May 21, 2018

    I was getting below error screen while trying to login to Dynamics instance Reason: You would have already logged in with different Office 365 credentials in your machine. Fix: Try login in using browser’s In-Private or incognito mode. Try login by clearing the browser cookies. If above options do not…

    Continue reading →: D365 Login Issue – Organization Id Not Determined
  • SQL

    SQL Server Installation – VS Shell installation has failed with exit code 1638

    Published by

    Rajeev Pentyala

    on

    May 17, 2018

    I was getting below error during the SQL server 2017 installation. VS Shell installation has failed with exit code 1638 Reason: Exit code 1638 denotes “Another version of this program is already installed”. In my case, I already had Visual Studio 2017 installed on my machine and there was conflict…

    Continue reading →: SQL Server Installation – VS Shell installation has failed with exit code 1638
  • Dynamics Portals

    ‘Portal Comment’ not showing up – Dynamics Portals

    Published by

    Rajeev Pentyala

    on

    May 13, 2018

    ‘Portal Comment’ is an OOB activity which comes with Portal solution and enables peer-to-peer interactions between Portal Users and Dynamics Users. To add ‘Portal Comment’ for a record, go to ‘ACTIVITIES’ tab on the form and select ‘Portal Comment’. Problem Statement: ‘Portal Comment’ added from Dynamics on a record not…

    Continue reading →: ‘Portal Comment’ not showing up – Dynamics Portals
  • CRM

    D 365 – Prevent Record’s Deactivate/Activate from Form – JScript

    Published by

    Rajeev Pentyala

    on

    May 13, 2018

    Lets see how we can apply our validation logic and prevent Deactivate/Activate of a record from Form. Its a 3 step process: Register script on form’s ‘OnSave’ event Capture the ‘Deactivate/Activate’ event (i.e., by reading ‘SaveMode’ from Context) Prevent Save operation Below is the snippet to validate and prevent the…

    Continue reading →: D 365 – Prevent Record’s Deactivate/Activate from Form – JScript
  • Misc

    DataTable – Destory() method not removing all the rows

    Published by

    Rajeev Pentyala

    on

    May 7, 2018

    In one of my Dynamics portal’s requirements, I had to use Data Tables table control to bind the search results. I used below snippet to bind the results. var table = $(‘#customGrid‘).DataTable({ data: rows, destroy: true, columns: columns, oLanguage: { sLengthMenu: ‘Show _MENU_ items’, sInfo: ” <b>Showing _START_ – _END_ of _TOTAL_…

    Continue reading →: DataTable – Destory() method not removing all the rows
  • Dynamics 365

    Dynamics 365 – Broken ‘Notes’ control on the form and Fix

    Published by

    Rajeev Pentyala

    on

    May 5, 2018

    If you have upgraded to latest Dynamics 365 version or subscribed for 30 days trail and could not add a note or attachments in ‘Notes’ tab on form, this fix is for you. Problem statement: Could not add a Note or add attachment from ‘Notes’ control on form. ‘Notes’ panel…

    Continue reading →: Dynamics 365 – Broken ‘Notes’ control on the form and Fix
Previous Page Next Page
Visitors

2,146,945 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
[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

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
 

Loading Comments...
 

    • Subscribe Subscribed
      • Rajeev Pentyala – Technical Blog on Power Platform, Azure and AI
      • Join 483 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