Setting Up the Advanced Email Template Editor Interface

In today's fast-paced digital environment, having efficient email template editing tools is vital. Now, you can elevate the email template editing experience across your organization’s applications. How to Enable the Enhanced Email Template Editor: Select Your Environment: In Power Apps, choose the environment housing your solution. Access Solutions: Navigate to 'Solutions' on the left panel, … Continue reading Setting Up the Advanced Email Template Editor Interface

Exploring JavaScript Debugging Techniques: Disabling Event Handlers and Beyond

Are you facing common challenges when working with model-driven app forms? In this article, we'll delve into troubleshooting techniques to help you overcome these issues and optimize your experience with these forms. Deactivating the Command Bar Sometimes, you may want to disable the command bar on your form pages. With the "DisableFormCommandbar" feature, you can … Continue reading Exploring JavaScript Debugging Techniques: Disabling Event Handlers and Beyond

[PowerTips] Mastering Mentions in Activity Feeds

In Dynamics 365, Posts are a valuable tool for sharing events or significant milestones on the timeline. They facilitate communication among team members, functioning much like an internal chat system. Additionally, Posts assist in presenting a chronological visualization of the activities associated with specific records such as contacts, leads, and opportunities, helping teams to stay … Continue reading [PowerTips] Mastering Mentions in Activity Feeds

Unlocking Efficiency: The Power of Dataverse REST Builder

Community developers play a crucial role as saviors for consultants like me in the Dynamics field. Their contributions are invaluable when it comes to tackling mundane tasks during development and customization. Among the many useful tools that Dynamics consultants utilize daily, one standout is the Dataverse REST Builder, masterfully crafted by GuidoPreite. It’s the ultimate … Continue reading Unlocking Efficiency: The Power of Dataverse REST Builder

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

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