🎨 Modern Theming in Model-Driven Apps: Customize Your App’s Look!

The modern, refreshed look in Power Platform model-driven apps comes with a sleek Fluent 2 design system, bringing a fresh user experience. While classic theming is no longer supported, Microsoft has introduced modern themes, allowing makers to customize the app header with their own branding colors. Although the customization options are limited to the app … Continue reading 🎨 Modern Theming in Model-Driven Apps: Customize Your App’s Look!

📝 Configuring Row Summaries in Model-Driven Apps

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

Optimize Your Power Platform Storage: Free Up Space Efficiently

Power Platform environments often accumulate unnecessary data, leading to excessive storage consumption and increased costs. Managing storage efficiently is crucial for maintaining performance and reducing expenses. Microsoft provides several methods to free up storage, but today, we'll focus on the most impactful ones. Why Should You Optimize Storage? Managing your Power Platform storage isn't just … Continue reading Optimize Your Power Platform Storage: Free Up Space Efficiently

Prevent Empty Address Records in Microsoft Dataverse: The Ultimate Solution to Data Clutter

Managing data is a critical part of keeping business operations streamlined and efficient. However, a common problem that can clutter up your data environment is the creation of address records with empty data fields. These records take up valuable space, add noise to your datasets, and can complicate reporting and analytics. Fortunately, with recent updates … Continue reading Prevent Empty Address Records in Microsoft Dataverse: The Ultimate Solution to Data Clutter

A Guide to Restoring Deleted Records in Microsoft Dataverse: Tips, Techniques, and Best Practices

Managing data in Microsoft Dataverse is critical, especially when it comes to deleted records. Accidental deletions or necessary cleanups are common, and knowing how to restore these records can save time and maintain data integrity. This blog post dives into how you can restore deleted records in Dataverse, using both the Power Platform Admin Center … Continue reading A Guide to Restoring Deleted Records in Microsoft Dataverse: Tips, Techniques, and Best Practices

Mastering Power Apps: Streamlining Workflows with ExecutionContext and Shared Variables

The executionContext object in Power Apps provides developers with robust control over event handling in model-driven applications. One of the key features of this object is the ability to store and retrieve shared variables using setSharedVariable and getSharedVariable methods. These methods enable data to be passed across different event handlers, creating a seamless flow of … Continue reading Mastering Power Apps: Streamlining Workflows with ExecutionContext and Shared Variables

Mastering Save Event Arguments in Power Apps: Real-Life Scenarios and Code Examples

To make the most of save event arguments in Power Apps model-driven apps, it's essential to understand how to manage and control save events during form submissions. The saveEventArgs class provides developers with methods for controlling the save process, including getSaveMode, isDefaultPrevented, and preventDefault. Let’s explore real-life scenarios where these methods become valuable. 1. Scenario: … Continue reading Mastering Save Event Arguments in Power Apps: Real-Life Scenarios and Code Examples

Harnessing Messages with the SDK for .NET in Dataverse

Understanding and utilizing messages in Dataverse is essential for developers working with the SDK for .NET. Messages in Dataverse represent operations on data, like creating, updating, or retrieving records. Each message is defined by a unique name and includes collections of input and output parameters. Here, we’ll walk through different methods of working with these … Continue reading Harnessing Messages with the SDK for .NET in Dataverse

Working with Saved Queries and FetchXML in Dynamics 365: A Guide to Converting and Manipulating Queries

In Dynamics 365, managing saved views and custom queries plays a central role in retrieving data efficiently. To support this, Dynamics 365 provides the SavedQuery and UserQuery tables, designed to store system views and user-specific saved queries, respectively. Understanding these tables and how to work with FetchXML and QueryExpression conversions can significantly enhance query manipulation … Continue reading Working with Saved Queries and FetchXML in Dynamics 365: A Guide to Converting and Manipulating Queries

Max and Zoe Discuss: Mastering Dataverse Auditing

Max: "Hey Zoe, I’ve been hearing a lot about Dataverse auditing lately. What's the big deal?" Zoe: "Oh, Max, Dataverse auditing is crucial for compliance, security, and governance. It’s like having a digital watchdog that keeps track of every change in your data, who made it, and when." Max: "So, it’s like a logbook for … Continue reading Max and Zoe Discuss: Mastering Dataverse Auditing