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

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

[PowerTips] Hide/Show button for non-admin users using Power Fx

In my previous post, I have articulate how we can use Ribbon workbench to add display rules to show/hide buttons. Introduction of new command designer using Power Fx is also a tool we can use to update the enable or visible rules. Limitation with command designer is that it won't support legacy button to customize. … Continue reading [PowerTips] Hide/Show button for non-admin users using Power Fx

[PowerTips] Hide button for non-admin users without any scripting

Show and Hide ribbon button in PowerApps haven't change for so long. Most of the implementation are not using first party app or its core functionality thus some of buttons are not relevant for the business to have any value. Hiding the button is easy though using ribbon workbench by tampering the ribbon XML. Hiding … Continue reading [PowerTips] Hide button for non-admin users without any scripting

Ribbon changes and Managed solution in PowerApp

Recently our team has faced with a weird issue, as in there is a custom ribbon change that is implemented in the model drive app. The changes is working perfectly in the development environment. The problem arises when we try to move the change as part of Managed Solution in to the target environment. The … Continue reading Ribbon changes and Managed solution in PowerApp

Launch a New Entity Form within a Modal Popup with Data Prepopulated

In certain cases, there's a need to open a new form filled with prepopulated data, which could be derived from a parent record or set to specific default values. The NavigateTo method is designed to streamline this process, allowing for seamless navigation to a chosen table list, table record, HTML web resource, or custom page, … Continue reading Launch a New Entity Form within a Modal Popup with Data Prepopulated