web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
D365 CE UCI : Custom Button in command bar does not appear after grid item selection

Introduction Recently, I have noticed the weird behavior on UCI Sub Grid Button. It was working properly on legacy UI but disappeared in new UCI app whenever I select any record . While browsing, I have found some article which was relate...

Mihir Maruti Kadam 702
Like (0)
CDS : How to connect Dynamics 365 from Power BI using Common Data Service connector.

Introduction In this blog, we will see how to connect Power BI desktop application to Dynamics 365 online.With the recent release in Dynamics 365(v9.1), all data will be stored in Common Data Service(CDS). So going forward, It is important t...

Mihir Maruti Kadam 702
Like (0)
Azure Functions : How to write a custom logs in Application Insights

Introduction In this blog, we will see how to write a custom trace logs and exception in Application Insights using Azure Function/Console App(Web Job). If you are looking for a way to configure Application Insights for Azure Function then ...

Mihir Maruti Kadam 702
Like (1)
D365 v9.x :Why custom entities appeared read-only in the UCI/Model-Driven Form.

Problem Statement Developers are frequently reporting that any new/existing custom entities appeared read-only in the UCI but working properly properly in the Classic web UI. This is due to mobile ready only setting. Solution Please find the steps...

Mihir Maruti Kadam 702
Like (0)
D365 v9.x: How to switch old Web App to Unified Interface using Model-driven App s...

Introduction In this blog, we will see how to switch your legacy App from Web Client to Unified Interface. Prerequisites Must have a System Customizer Role/System Administrator Existing App developed before v9.1 Steps Go to Setti...

Mihir Maruti Kadam 702
Like (0)
Quick Tip D365 CE: How to create an Alternate Key Field using c#.

Introduction This is a small blog on How to create an Alternate Key using C# code. Prerequisites D365 Technical Knowledge Entity and Field must be present. Description As per the official documentation, we need to create an En...

Mihir Maruti Kadam 702
Like (1)
Dynamics 365: Myth about ExecuteMultipleRequest

Introduction  In this blog, we will see Myth about ExecuteMultipleRequest in Dynamics 365. Scenario As a developer, we always want to speed up the performance of our code by using some tool or API but we forget to read all the limit...

Mihir Maruti Kadam 702
Like (1)
Azure Function: Get secret from Azure Key Vault

Introduction In this blog, we will see how to get secret from the Azure Key Vault in Azure Function. Prerequisites Access to Azure account (Admin) Visual Studio 2017 What’s New in Azure Function Earlier, we had to ...

Mihir Maruti Kadam 702