Difference between revisions of "Plug-ins"

From Power Wiki
Jump to navigation Jump to search
Line 6: Line 6:
  
 
== Community Resources ==
 
== Community Resources ==
 +
* [https://youtu.be/kZwDt6zGT9A Start with plugin development] by Danish Naglekar
 
* [https://www.itaintboring.com/dynamics-dojo-dynamics-plugin-developer-course/ Plugin Developer Training] by Alex Shlega
 
* [https://www.itaintboring.com/dynamics-dojo-dynamics-plugin-developer-course/ Plugin Developer Training] by Alex Shlega
  
 
[[Category:Developer]]
 
[[Category:Developer]]

Revision as of 06:13, 26 June 2022

A plug-in is a .NET assembly that you can upload to Microsoft Dataverse. Plug-ins provide a way to create business logic for your model-driven apps making it possible to define what should happen e.g. when a record is created, updated or deleted in Microsoft Dataverse.

Microsoft Resources

Community Resources