Difference between revisions of "Plug-ins"

From Power Wiki
Jump to navigation Jump to search
m (CarinaMClaesson moved page Plugins to Plug-ins)
Line 1: Line 1:
 
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.  
 
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 ==
+
= Microsoft Resources =
  
 
* [https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/plug-ins Use plug-ins to extend business processes]
 
* [https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/plug-ins Use plug-ins to extend business processes]
 
* [https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/tutorial-write-plug-in Tutorial: Write and register a plug-in]
 
* [https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/tutorial-write-plug-in Tutorial: Write and register a plug-in]
  
== Community Resources ==
+
= Community Resources =
  
 
* [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

Revision as of 12:47, 22 December 2020

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