-
Continue reading →: Dynamics 365 – Using WebHooks to post data from Plugin to Azure Function
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 →: Code Snippet – Execute Dynamics 365 WhoAmIRequest in Azure Function
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 →: Azure – Create and Rename a Function
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 →: Dynamics 365 – Read Auditing
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 →: D365 Login Issue – Organization Id Not Determined
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 →: SQL Server Installation – VS Shell installation has failed with exit code 1638
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 →: ‘Portal Comment’ not showing up – Dynamics Portals
‘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 →: D 365 – Prevent Record’s Deactivate/Activate from Form – JScript
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 →: DataTable – Destory() method not removing all the rows
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_…


![[Step by Step] Beginner : Create a PCF control and add it to a custom page](https://rajeevpentyala.com/wp-content/uploads/2024/12/image-49.png)