Model-driven apps often contain dozens of columns spread across multiple tabs and sections. Finding key insights quickly can be a challenge. Row Summaries in Copilot-powered model-driven apps provide a collapsible summary bar that surfaces essential information at a glance. π’ Whatβs New? Customize the row summary using AI-generated insights. Summarize key details with formatted prompts. … Continue reading π Configuring Row Summaries in Model-Driven Apps
Tag: Customization
Handling Null Column Values in Dataverse: Best Practices for Early and Late Bound Classes
When working with Microsoft Dataverse, dealing with null values in table columns is a common challenge. Null values can represent missing or undefined data, and how you handle them can significantly impact the behavior and reliability of your applications. This blog post will guide you through the nuances of working with null column values in … Continue reading Handling Null Column Values in Dataverse: Best Practices for Early and Late Bound Classes
Querying Data in Dataverse: A Deep Dive into Four Powerful Methods
When working with Microsoft Dataverse, retrieving data efficiently and effectively is crucial for building robust applications and solutions. Dataverse provides several methods for querying data, each with its own strengths and use cases. In this blog post, we'll explore four primary methods to query data in Dataverse using code: FetchExpression, QueryExpression, QueryByAttribute, and LINQ. We'll … Continue reading Querying Data in Dataverse: A Deep Dive into Four Powerful Methods
Unlocking the Power of Formatted Values in Dataverse
In the world of Dataverse and Dynamics 365, data comes in various formsβwhether it's simple strings, numbers, or more complex types like dates and entity references. While you can easily display and manipulate simple data types directly, certain types of data require more nuanced handling to present them correctly in your applications. This is where … Continue reading Unlocking the Power of Formatted Values in Dataverse
Harnessing Dynamics 365 Event Handlers to Enhance User Interactions
"In every detail, there is the potential for improvement." Dynamics 365 empowers developers to fine-tune and control every interaction within the CRM through a robust set of event handlers. From form loads to data changes, understanding when and how to use these events can drastically improve efficiency, data integrity, and user experience. This blog will … Continue reading Harnessing Dynamics 365 Event Handlers to Enhance User Interactions
Dynamic Choice Management in Dynamics 365: Adding and Removing Options on the Fly
"Change is the only constant," and this couldn't be truer when it comes to managing choice fields in Dynamics 365. Whether adapting to new business requirements or just tweaking forms to enhance user experience, Dynamics 365 developers frequently need to modify choice fields dynamically. This blog dives into two potent JavaScript API methods: addOption and … Continue reading Dynamic Choice Management in Dynamics 365: Adding and Removing Options on the Fly
Enhancing User Interactions with Common Control methods in Dynamics 365
Customizing user interactions in Dynamics 365 is pivotal for creating intuitive and user-friendly applications. This blog explores five essential JavaScript Client API methods that every Dynamics 365 developer should know to enhance form control behaviors dynamically. From displaying notifications to manipulating visibility and focus, these methods empower developers to tailor user experiences effectively. 1. Displaying … Continue reading Enhancing User Interactions with Common Control methods in Dynamics 365
How to Add a Custom Button to a Dashboard Page Ribbon in Dynamics 365
Sometimes, client requests challenge us to push the boundaries of what we think is possible in Dynamics 365. A perfect example is adding a custom button directly to a dashboard ribbonβa feature that's not typically supported out-of-the-box. Here's a detailed guide on how to achieve this, drawing inspiration from a helpful article I found on … Continue reading How to Add a Custom Button to a Dashboard Page Ribbon in Dynamics 365
Mastering Async JavaScript in Dynamics 365 Ribbon Enable Rules
"In programming, the hard part isn't solving problems, but deciding what problems to solve." In Dynamics 365, one such nuanced problem is handling asynchronous operations when configuring ribbon enable rules. This blog post delves into how you can adeptly manage asynchronous JavaScript to control the visibility of ribbon buttons based on dynamic, data-driven conditions. Ribbon … Continue reading Mastering Async JavaScript in Dynamics 365 Ribbon Enable Rules
Decoding Data Retention: A Conversation Between Max and Zoe
Max: Hey Zoe, I'm trying to get a handle on what data retention actually is. Can you explain it in simple terms? Zoe: Sure, Max! Data retention is basically the policies and practices that an organization uses to manage its electronic data. It determines how long different types of data should be kept based on … Continue reading Decoding Data Retention: A Conversation Between Max and Zoe










