Dataverse Accelerator is a new Experimental feature released by Microsoft to use the low-code plug-ins in the Dataverse environment. Low-code plug-ins are reusable, server-side synchronous business logic workflows that executes in real time.
In this article, will explain the step-by-step process of creating the Automated Plugin in the Dataverse Environment.
Scenario: Check for the Description field on Pre-Update of the Case.
Prerequisite:
Follow the below article and Install the Dataverse Accelerator App in your Dataverse Environment.
Install the Microsoft Dataverse Accelerator App
Follow the below steps after the Prerequisite.
Step 1: Click on New plugin under Automated plugins.
Or
Click on New plugin -> Automated plugins.
Step 2: Click on the Solutions dropdown and choose the required solution to save the Automated plugins.
Step 3: Provide the below details.
Field Name | Comments |
Name | Provide some unique and meaningful name for your plugin |
Table | Choose the Table name for which you would like to trigger your plugin |
Formula | Write your Power Fx code here |
When should this run | Select Pre-operation or Post-operation |
Formula:
If(
IsBlank(ThisRecord.Description),
Error({Kind:ErrorKind.Validation, Message: “Please enter the Case Description”});
);
Step 4: Click on Advanced options.
Step 5: Choose Pre-operation.
Step 6: Click on Save.
Automated Plugin saving is in progress.
Plugin successfully saved.
Step 7: Click on Plugins to see all the Plugins list.
You can see the Instant plugins by default.
Step 9: Click on Automated plugins.
You can see the Automated plugins list.
Step 10: Select the required plugin and click on Edit Plugin, if you want to Edit the plugin.
Step 11: Create a Case record without the Description and make some changes to the record and Save it.
Automated plugin has been triggered.
Note: As this is an experimental feature and it might not work for all the scenarios. Do not use for production.
You can go to the Solutions and find for FxExpression to see the list of all Expressions written for the Low Code Plugins.
Hope you have followed all the steps and created the Automated plugin in the Dataverse Accelerator.
Please like and share your valuable feedback on this article and follow my blog for more interesting articles.
Below are my earlier articles that you can have a look.
How to convert the Number String to Number Array?
How to Integrate Instant Plugins in the Power Automate Flow?
Power Apps – ‘actionname’ is an unknown or unsupported function in namespace ‘Environment’
Dataverse Browser V1.1.0.1 is available for Dataverse Plugin Debugging
How to Integrate Instant Plugins in the Canvas App?
How to Enable Access to Microsoft Dataverse Actions (Preview feature) in the Power Apps?
How to Create an Instant Plugin in the Dataverse Environment?
How to Install the Microsoft Dataverse Accelerator in the Dataverse Environment?
What is Microsoft Dataverse Accelerator?
How to get the Logged in User Information in the Power Apps?
How to Install Power Platform Tools in Visual Studio Code?
How to Install the Apps from the Microsoft AppSource to your Dataverse Environment?
Microsoft Power Apps Maker Portal has a new look
Microsoft Power Apps Emulator (New Feature)
How to Enable the Dataverse Offline (Experimental Feature) in the Canvas Apps?
How to set the Authoring Version in the Canvas App?
New version of Dataverse Browser is available for Dataverse Plugin Debugging
Latest Free Practice Assessments for Microsoft Certifications
Download CRM 365 V9.X Tools using PowerShell
How to set the Refresh cadence for a Power Platform Environment?
Update forms and views (Preview feature) in Dataverse
How to connect to Microsoft Dataverse in Power Automate Flow using Service principal?
How to Enable Copilot (Preview) feature in Canvas Apps?
How to Debug a Dataverse Plugin without Installing the Profiler in the Plugin Registration Tool?
How to Enable the Licenses (Preview) feature for a Power Platform Environment?
How to Enable Maker Welcome Content (preview) in Power Apps Maker Portal?
How to Enable Managed Environments for a Dataverse Environment?
How to Enable the Modern Controls (Preview feature) in the Canvas Apps?
How to Enable 2023 Release Wave 1 updates in the Dataverse Environment?
How to Deploy Enterprise Applications in the new Dataverse Environment?
What is Preview, Experimental and Retired features in Canvas Apps?
How to Enable the New Power Fx Formula Bar in Power Apps Studio?
Writing Power Fx formulas with natural language
Power Fx Formula Columns in Dataverse
Generating Power Fx formulas from examples
How to Create Dynamics 365 Marketing 30 Days Trial Version Online?
How to disable Multi-Factor Authentication (MFA) on Dynamics 365 Login?
How to Create Microsoft Power Apps 30 days Online Trial Version and an Environment?
How to Update the URL of the Dynamics 365 CE Environment?
Power Apps US Government service URLs
How to Download Microsoft Power Platform Icons?
Microsoft Dataverse and Postman articles
Microsoft Dynamics 365 Online regions list
How to Install, Connect to Microsoft Dataverse and Use XrmToolBox?
How to take the Back-Up of Dynamics 365 Online environment?
How to restore Database Backup in Dynamics 365 Online?
How to recover a deleted Environment in Dynamics 365 CRM Online?