Skip to content

Apply business logic using code in Dynamics 365

There are several declarative process options available for applying business logic in Dataverse. One should first consider applying one of the below

  1. Business rules
  2. Process
    • Real-time workflows
    • Actions
  3. Power Automate
    • Cloud flows   
    • Instant flows 
    • Scheduled flows
    • Desktop flows    
  4. 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 🙂

Published inDynamics CRM