-
Continue reading →: [Logic App and HTTP Request Trigger] Create a record in D365
We got an ask from client that they should be able to Insert contacts in D365 from their Java application and requested our help. To fulfill the ask, one option would be configuring S2S authentication so that Java application can connect to D365 using ADAL library and insert contacts. Another option is…
-
Continue reading →: [MS Word] The Linked file isn’t available
Other day, I was getting below “The Linked file isn’t available” pop-up, while opening a word document shared by client. Reason: Word document has charts and graphs controls embedded, which were rendering based on the data from another excel sheet. Excel sheet had configured as a linked file in the…
-
Continue reading →: [Log4net] Exception while reading ConfigurationSettings
We were using Log4net logging framework to log exceptions in our web application and encountered below exception during the log: Reasons: There can be many reasons right from misplacing Log4net config settings to not loading the config file. Fix: Below is the step by step approach on how to use…
-
Continue reading →: [D365 CE] Migrate data to field with “Time Zone” format
Have you ever worked with “Decimal” field with “Time Zone” Format? Lets assume your Dynamics application has a global presence and you need to capture “Customer” info along with their “Time Zone”, we can create a Decimal field with “Format” set as “Time Zone”. With “Time Zone” format, even though,…
-
Continue reading →: [D365 CE Online] Debug Async Plug-in using “Persist to Entity” profiler option
As you are aware, using Plug-in Profiler option we can debug D365 online plug-ins by throwing exception and capturing the Serilaized profile. Refer my previous article With the ‘Exception’ profiling option, you first need to trigger the event and capture the exception log. For example, if you need to debug…
-
Continue reading →: [D365 CE] – Error while registering the plug-in assembly
Other day I got an error while registering a new Plug-in assembly Reason: Its Plug-in assembly .Net Framework version issue. My plug-in class library defaulted to 4.6.1 version where as Dynamics 365 requires version 4.5.2 of the .NET Framework for plugin assemblies Fix: Its a simple fix, open your Plug-in…
-
Continue reading →: Dynamics Portal – ‘No list could be found with the relative URL’ Error – Fix
Recently I was working on Dynamics Portals and SharePoint integration and while uploading the document from ‘Case’ entity, I was getting below error Reason: ‘Document Management’ was not enabled for ‘Case’ entity. Fix: Make sure ‘Document Management’ is enabled for ‘Case’ entity Connect to Dynamics 365 Application Open Settings -> Customizations ->…
-
Continue reading →: [Step by Step] Dynamics Portals – SharePoint Integration
In this article I am going to walk you through the step by step process to integrate Dynamics Portal with SharePoint. Why we need to integrate Portal with SharePoint? To answer the question, lets take a scenario, A company has an Employee Health portal where employees upload their Medical Bills…
-
Continue reading →: Dynamics Portals – Restricting portal access by IP address
The Dynamics 365 Portal is public when provisioned and accessible by anyone from any computer. Now we can restrict access to the portal from a list of IP addresses using ‘Set up IP address restriction’ page from your Portal Administration screen. How it works: To allow access to a portal…
-
Continue reading →: Dynamics 365 – New Admin Center (Preview)
Have you noticed the Try the new Admin center link when you connected to your Dynamics 365 Admin Center? When you click on the link, you will be redirected to ‘Admin Center (Preview)’ built on Power platform. Click on the Instance name (i.e.,MS) in above screen, will take you Instance Details page.…


![[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)