Category Archives: Technical

Boost Reusability and Performance in Power Apps Controls Framework with Dependent Libraries

In this blog, we’ll explore how using dependent libraries can significantly improve maintainability, reusability, and performance in Power Apps PCF controls. Through practical scenarios, we’ll uncover how this architectural choice reduces bundle size and streamlines development. To illustrate this, let’s dive into a recent scenario our team encountered and how dependent libraries transformed our development… Read More »

How to Programmatically Add Option Set Values in Dynamics 365 with Power Automate

In every Dynamics 365 or Power Apps implementation, it’s common to require fields where users select values from predefined lists—such as Job Title, Customer Category, Priority, or Region. These lists are typically implemented using Choice fields (Option Sets) or custom Lookup fields referencing separate entities. A common challenge when configuring Option Sets in Dynamics 365… Read More »

Add Process Mining Report in Power BI Workspace

Embedding process mining reports in Power BI workspaces allows organizations to visualize, analyze, and refine their actual business processes. The combination is powerful, transforming sophisticated event data into actionable insights—making it simpler to spot inefficiencies, track performance, and drive ongoing improvement, all in a familiar, collaborative analytics setting. In order to customize process mining reports… Read More »

Enabling Multilingual Support on Custom Pages in Model-Driven Apps

A recent requirement involved adding multilingual support to a custom page within a model-driven app. The objective was to enable users from different regions to interact with the app seamlessly in their preferred languages. To achieve this objective, Microsoft has provided an excellent guide: Customize pages to support multiple languages. If you follow the step-by-step… Read More »

Impersonating a User in Dynamics 365 Via ServiceClient Or CrmServiceClient

In Dynamics 365, impersonation allows actions to be performed on behalf of another user, enabling more flexible and secure workflows. For instance, when automating business processes like case assignments, it’s important to ensure that the actions are attributed to the appropriate user rather than a system account. Impersonation ensures the integrity of audit logs, preserves… Read More »

Simplify Audit Log Export from Dataverse for Compliance and Governance Using Azure Synapse Link and Power BI

Audit logs are essential for enhancing security, meeting regulatory requirements, and monitoring changes made to business data within Microsoft Dataverse. However, as organizations scale, managing and analyzing large volumes of audit data can become increasingly complex and costly. Azure Synapse Link for Dataverse offers a streamlined solution by enabling the seamless export of audit data… Read More »

Speed Up Form Filling in Dynamics 365 with Copilot’s Files and Form Fill Assist Toolbar

Introduction: In today’s fast-paced work environment, entering customer details manually into CRM can be time-consuming and repetitive. It often takes focus away from what matters—helping customers and closing deals. Small tasks like typing in names, phone numbers, or company info from a business card can add up quickly, especially when handling multiple inquiries. To solve… Read More »