Category Archives: Dynamics 365

Generating User Security Role Reports in D365 CE

Requirement Occasionally we need to generate report for the User and their security role for the different purpose. In this post I am going to share quick steps to get this report. Solution Although we have one out of the box report available called “User Summary” report which we can access from reports area if you have or from Advanced… Read more »

Fixing “No list could be found..” ERROR in Power Pages

Problem Recently while setting SharePoint integration in Power Pages we faced below issue. Solution Recently while setting up Document integration in Power Pages for Customer form, we configured all the actions required for the integration. SharePoint integration was already working fine in Sales app. After verifying configuration steps when tried to look in to Power Pages, we got above error…. Read more »

Auto Populate Email Fields using JavaScript

Requirement A very common requirement I see many times where CE developer need to auto populate party list or other field on the email form at the time of create. This post will provide sample code which for the same. Details Let’s say we are working on the quote entity and when we will create email from quote entity using… Read more »

Hierarchical View Button Not Visible

Are you wondering why View Hierarchy button is not visible? if yes then this post will help you. Recently while checking latest threads on Dynamics 365 CE forum, I found one question regarding this. I am was also not aware of such announcement so I thought of checking it myself. I know it was visible by default in account so… Read more »

Add attachment from MultipartContent Stream

Requirement Create attachment in Dynamics 365 CE from the stream which will be available in MultipartContent response. Details Let’s say are getting MultipartContent in HttpResponse. This response contains stream which we want to use to create and attach pdf file in notes. We can use following code: The code first checks if the HTTP response is not null and if… Read more »

Embed a Power BI Report as a System Dashboard in Dynamics 365 CE Using Environment Variables

Introduction In today’s data-driven world, integrating powerful analytics tools like Power BI with your Dynamics 365 CE can significantly enhance decision-making processes. Embedding Power BI reports directly into Dynamics 365 CE as system dashboards provides seamless access to actionable insights without leaving the CE interface. This article will guide you through embedding a Power BI report as a system dashboard… Read more »

Disable Copilot Features in Dynamics 365 CE

Introduction Copilot in Dynamics 365 Customer Engagement (CE) is a powerful feature that assists users in various tasks, from data entry to suggesting relevant actions. However, there may be instances where you need to disable Copilot features for specific environment. In this guide, we’ll walk you through the process of disabling Copilot in Dynamics 365 CE, ensuring a smoother user… Read more »

Leveraging SendEmailFromTemplate to Send Emails to Unresolved Addresses

Introduction While working on Dynamics 365 CE we often need to streamline communication processes using Power Automate. While we want to send emails to our customer, one effective way to do this is by using email templates. Email templates streamline the communication process by providing users with a standardized framework for creating emails, ensuring brand consistency and saving time. These… Read more »

Creating Email Template for Custom Entities in Dynamics 365 CE

Introduction: In the dynamic landscape of modern business operations, effective communication stands as a cornerstone for achieving success. Within Dynamics 365 CE, various communication avenues are available to engage with customers through activities. While the platform offers several out-of-the-box options for sending notifications to customers, there are occasions when we must extend the capabilities of Dynamics 365 CE to meet… Read more »

Leveraging Power BI Parameters for Efficient Data Source Configuration

Introduction In a recent project involving Power BI, our focus was on establishing connections to an on-premise Business Central instance. To access the business sandbox, customer opened sandbox service port for us. Additionally, for production purposes, we configured a Data Gateway within the Power BI service. However, upon completion of development, we encountered an issue during the deployment of the… Read more »