Difference between revisions of "Custom Data Provider"

From Power Wiki
Jump to navigation Jump to search
 
Line 10: Line 10:
  
 
== Community Resources ==
 
== Community Resources ==
 +
 +
VE now with support for CRUD!
 +
* [https://www.blog.allandecastro.com/custom-virtual-tables-perform-crud-operations-to-another-system/ Custom Virtual Tables: Perform CRUD operations to another system] by Allan De Castro 2021-04-05
 +
* [https://www.itaintboring.com/dynamics-crm/adding-crud-to-virtual-entities/ Adding CRUD to Virtual Entities] by Alex Shlega 2021-04-03
 +
* [https://markcarrington.dev/2021/04/02/create-update-delete-virtual-entities/ CREATE/UPDATE/DELETE VIRTUAL ENTITIES] by Mark Carrington 2021-04-02
 +
 +
Other articles
 
* [https://markcarrington.dev/2021/04/21/querying-virtual-entities/ QUERYING VIRTUAL ENTITIES] by Mark Carrington 2021-04-21
 
* [https://markcarrington.dev/2021/04/21/querying-virtual-entities/ QUERYING VIRTUAL ENTITIES] by Mark Carrington 2021-04-21
 
* [https://temmyraharjo.wordpress.com/2021/03/05/dynamics-crm-implement-virtual-entity-part-1/ Series of articles about Virtual Entities] by Temmy Whayu Raharjo 2021-03-05
 
* [https://temmyraharjo.wordpress.com/2021/03/05/dynamics-crm-implement-virtual-entity-part-1/ Series of articles about Virtual Entities] by Temmy Whayu Raharjo 2021-03-05

Latest revision as of 09:19, 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

VE now with support for CRUD!

Other articles

Custom Data Provider Samples