Difference between revisions of "Custom Data Provider"

From Power Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
== Microsoft Resources ==
 
== Microsoft Resources ==
 
* [https://docs.microsoft.com/en-us/powerapps/developer/data-platform/virtual-entities/sample-generic-ve-plugin Sample: Generic virtual entity data provider plug-in]
 
* [https://docs.microsoft.com/en-us/powerapps/developer/data-platform/virtual-entities/sample-generic-ve-plugin Sample: Generic virtual entity data provider plug-in]
 +
* [https://docs.microsoft.com/en-us/powerapps/developer/data-platform/virtual-entities/sample-ve-provider-crud-operations Sample: Custom virtual table provider with CRUD operations]
 
* [https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/virtual-entities/custom-ve-data-providers Custom virtual entity data providers] for Microsoft Dynamics 365 CE (On-Premises)
 
* [https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/virtual-entities/custom-ve-data-providers Custom virtual entity data providers] for Microsoft Dynamics 365 CE (On-Premises)
  

Revision as of 09:18, 4 May 2021

If you want to configure a Virtual Entity but you are not able to use one of the built-in Data Providers (i.e. your data is not stored in a Cosmos DB and there is no OData V4 endpoint to use, then you have the possibility to create a Custom Data Provider.

Now with support for CRUD! Sample: Custom virtual table provider with CRUD operations

Microsoft Resources

Community Resources

Custom Data Provider Samples