There are several declarative process options available for applying business logic in Dataverse. One should first consider applying one of the below
- Business rules
- Process
- Real-time workflows
- Actions
- Power Automate
- Cloud flows
- Instant flows
- Scheduled flows
- Desktop flows
- Business process flows
When the above options don’t meet your requirement, you can consider writing business logic using server-side logic such as plug-ins or workflow extensions.
Plugins
A plugin is a custom event handler registered on the Dataverse server to execute on a specific event.
It can perform operations such as create, read, modify, or delete.
Workflow extension
You can write and register custom workflow activities and add new custom actions within the process.
If you liked the post, please share it with others 🙂
Please feel free to comment if you are stuck in any step
Thank you for reading 🙂