Level Up: A Nod to a Game-Changing Tool and Its Remarkable Creator

LevelUp for Dynamics 365/Power Apps needs no introduction in the Dynamics community. I am not here to explain how it works or what it does because everyone in the community is well aware of this incredible tool developed by our genius, Natraj Yegnaraman. Every contribution counts. Everyone can make a difference. Just start with yourself. … Continue reading Level Up: A Nod to a Game-Changing Tool and Its Remarkable Creator

Integrating a Fresh Custom Command Button with the Solution and the New Command Designer

Within Dynamics 365, commands offer the ability to define actions that users or automation can initiate. Power Fx can be utilized within these commands to articulate the desired outcomes when a command is executed. For instance, Power Fx can be applied to generate dynamic notifications, modify records, dispatch emails, or conduct calculations in reaction to … Continue reading Integrating a Fresh Custom Command Button with the Solution and the New Command Designer

Exploring Pre-built AI models in Power Automate

AI Builder has ready-made models that let you make apps and flows smarter without needing to create your own from scratch. For instance, in Power Apps, there's a ready-to-use model that can read business cards for you. In Power Automate, there's one that tells if customer comments are good or bad. In this one, we'll … Continue reading Exploring Pre-built AI models in Power Automate

Navigating Hierarchies: Understanding Condition Operators in Dynamics 365

Hierarchical data is like a family tree for businesses. It shows who reports to whom, like in a company where workers have bosses and those bosses have their own bosses. Dynamics 365 has tools to help manage and navigate this kind of data. In this article, we'll explore these tools in detail. Let's begin by … Continue reading Navigating Hierarchies: Understanding Condition Operators in Dynamics 365

Exploring the EqualUserId Condition Operator in FetchXML

At its core, the EqualUserId condition operator in FetchXML allows you to fetch records where a particular user lookup field matches the ID of the user executing the FetchXML query. This becomes invaluable when you want to retrieve records specific to the user running the query, such as tasks assigned to them, leads they’re handling, … Continue reading Exploring the EqualUserId Condition Operator in FetchXML

Diving into Column Comparison with Conditional Operators in FetchXML for Dynamics 365

Fetching data is like painting, and with FetchXML in Dynamics 365, we have a lot of colours to choose from. One cool feature is comparing columns straight away using different rules. Today, we'll explain how to use these rules properly. Instead of comparing a field to a set value, column comparison pits one field against … Continue reading Diving into Column Comparison with Conditional Operators in FetchXML for Dynamics 365

Unlocking the Power of Aggregate Functions in FetchXML for Dynamics 365

In Dynamics 365, FetchXML is a key tool to get useful information from your data. It has a great feature that lets you do things like adding up sales, finding an average, or spotting the highest and lowest values. Let's explore these features in FetchXML more closely. Understanding Aggregate Functions in FetchXML An aggregate function … Continue reading Unlocking the Power of Aggregate Functions in FetchXML for Dynamics 365

Managing Side Panes in Model-Driven Applications through Scripting

Side panes in PowerApps allow developers to enhance the user interface of model-driven applications. With the Xrm.App.sidePanes API, developers can create and manage side panes, enabling navigation to different forms or custom pages within the app. There are also tips available for managing the side pane, such as collapsing it. To learn more, you can … Continue reading Managing Side Panes in Model-Driven Applications through Scripting

Encountering PowerApps Solution Import Issues Following Co-Pilot Activation in the Environment

After recently enabling co-pilot functionality in our environment and seamlessly integrating it into our model-driven app, we found ourselves facing an unexpected roadblock. To our dismay, our solution imports suddenly encountered a perplexing failure. The error message that surfaced was a baffling one: "Import of app module(s) failed: Setting cannot be created or updated for … Continue reading Encountering PowerApps Solution Import Issues Following Co-Pilot Activation in the Environment