In Low Code Plugin we can write server-side business logic without having .Net custom code.
Types of low code plugin
There are Two types of low code plugin.
- Instant plug -in
- Automated plug -in
Let's see how we can start using Low Code Plugins in Dataverse.
Make sure that you have the Dataverse Accelerator App installed on your environment.
Navigate to Environments à your Environments à Dynamic 365 apps.
Now, navigate https://make.powerapps.com/ and click on apps and look for Dataverse Accelerator and run the app.
Once the App opens in the new tab in browser, we can now see that you’ll get an option to create a new Plugin –
You can create 2 types of Plugins – Instant and Automated.
Let's create an Automated plugin that will do some Action when an Account is Updated.
we do automated logic on account entity when any of the field is updated then we will go and update the Description field "This record is updated".
Once we save this, your Plugin will appear in the Automated plugins list in Dataverse Accelerator.
Now Let’s Navigate to CRM and open the account entity and open any record you will notice that the description field is blan.
When We Save the record, the Description field will be updated with the value as mentioned in the Formula of the Plugin.
Thank you..!