In today's article, we will see how to delete bulk data in the Power Platform. Introduction Why delete data from the system? The bulk deletion helps you to maintain data quality and manage the consumption of system storage. When can you delete data from your system? Stale dataData that is not required for your business.Data... Continue Reading →
Visualize data in model-driven apps with Power BI
Microsoft announced the availability of Power BI quick reports in model-driven apps in preview. This update combines the capabilities of Power Apps, Power BI, and Dataverse in a seamless way to help you visualize and understand your data – with one click. How to enable Power BI quick report visualization To enable this feature, you... Continue Reading →
How to send notifications/emails from Dynamics 365 HR by using Power automate
In this article, we will see how to send notifications/emails in Power automate. In my earlier article, I have shown how to create alerts in Dynamics 365 HR and F&O. If you miss that article then here is the link. How to use Alerts in Dynamics 365 F&O/HR – TechDynamics (paragchapre.com) When to use power... Continue Reading →
How to use Alerts in Dynamics 365 F&O/HR
In this article, we will see how to use alerts functionality in Dynamics 365 F&O/HR. Before we begin, let's see what is alert. Alerts form a notification system for critical events in the system. You can use alerts to stay informed about events that you want to track during the workday. You can easily create... Continue Reading →
CHAIN OF COMMANDS
Chain of Command is the term that describes how we customize, or extend, base Microsoft code in Microsoft Dynamics 365. You can now wrap logic around methods that are defined in the base class that you're augmenting. You can extend the logic of public and protected methods without having to use event handlers. Microsoft’s base... Continue Reading →
DISPLAY METHOD ON TABLE EXTENSION D365 FO
In Dynamics 365 for Operations, we don’t have the option to create methods on table extension, so we should use the extension class to do that. In this article, we will see how to create a display method on the table extension class and use it on a form extension. First, create your table extension... Continue Reading →