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 »

Hiding Subreport Text box in Main Report

Requirement As a SQL Server Reporting Services (SSRS) developer, you often encounter scenarios where you need to customize the visibility of elements like text boxes within subreports based on certain parameters. This kind of dynamic behavior enhances the user experience and ensures that reports are tailored to specific requirements. In this blog post, we’ll explore how to hide a textbox… 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 »

Getting Additional Fields from Lookup while using Email Template

Introduction In our previous post, we explored the utilization of email templates for custom entities, leveraging the capability to retrieve fields from the primary entity. However, suppose we have a scenario where we need to extract fields from a related entity and incorporate them into our emails. In this post, we will delve into the implementation of this specific use… Read more »