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 →
Website refused to connect in Dynamics 365 HR
In this article, we will see how to solve the issue when adding a website as a tab page in Dynamics 365 HR. There is a feature called Full page apps which is released a couple of months ago to embed third-party apps such as websites, apps. If you would like to get detailed information... Continue Reading →
Dynamics 365 HR – Functional series
Recently, Microsoft announced the TechTalk series for Dynamics 365 HR. This is a free training session for Dynamics 365 HR. This is a seven-part series of functional tech talks covering the in-depth capabilities of Dynamics 365 Human Resources. We will be discussing in detail what is available out of the box as well as demonstrating... Continue Reading →
Change workflow approver in Dynamics 365 HR/ F&O
In this article, We will see how to change the workflow approver. This is the common request by the user. What is workflow? The term workflow can be defined in two ways: as a system and as a business process. Workflow is a system Workflow is a system that runs on the Application Object Server (AOS). The... Continue Reading →
Use reserved keyword in SQL query
In this article, We will see how to use reserved keyword in SQL query. There are couple of scenarios when customer has table fields which are reserved keyword such as select, date, max and group. Reserved Keywords Here is the list of reserved keyword list https://docs.microsoft.com/en-us/sql/t-sql/language-elements/reserved-keywords-transact-sql?view=sql-server-ver15 How to use reserved keyword in SQL query Wrap... Continue Reading →