Difference between revisions of "Custom Data Provider"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
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. | 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! | ||
+ | [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] | ||
== 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) | ||
== 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
- Sample: Generic virtual entity data provider plug-in
- Sample: Custom virtual table provider with CRUD operations
- Custom virtual entity data providers for Microsoft Dynamics 365 CE (On-Premises)
Community Resources
VE now with support for CRUD!
- Custom Virtual Tables: Perform CRUD operations to another system by Allan De Castro 2021-04-05
- Adding CRUD to Virtual Entities by Alex Shlega 2021-04-03
- CREATE/UPDATE/DELETE VIRTUAL ENTITIES by Mark Carrington 2021-04-02
Other articles
- QUERYING VIRTUAL ENTITIES by Mark Carrington 2021-04-21
- Series of articles about Virtual Entities by Temmy Whayu Raharjo 2021-03-05
- Virtual Entities Revisited: using embedded canvas app for updates by Alex Shlega 2020-12-06
- Virtual entities revisited: setting up a virtual entity by Alex Shlega 2020-12-06
- Virtual entity revisited – let’s see how far we can push them by Alex Shlega 2020-12-05
- Direct Query SQL Virtual Entities by Michael Ochs 2020-08-15
- Virtual Entities - Series of 4 Articles by Carina Claesson 2020-01-19
- Virtual Entities - Series of 4 Articles by Imran 2019-09-08
- Virtual Entities work-arounds by Ahmed Elsawalhy 2019-03-01
- Virtual Entities - Series of 3 Articles by Ivan Ficko 2018-09-30
- Dynamics Virtual Entities – ODATA V4 Data Source – Using Request Parameters by Simaranjit Bhalla 2018-08-19
- Using Virtual Entities to query metadata by Natraj Yegnaraman 2018-06-14
- Virtual Entities for tracking recently used items by Natraj Yegnaraman 2018-05-19
- Custom Data Providers for Virtual Entities by Bob Guidinger 2018-04-01
- Creating a Custom Virtual Entity Data Provider by Jason Lattimer 2017-12-18
- Dynamics 365 working with the Virtual Entities by Alex Shlega 2017-10-30
Custom Data Provider Samples
- SQL Virtual Entity Data Provider by Michael Ochs
- Custom Data Provider for the SpaceX Rocket Launch API by Carina Claesson
- D365 Custom Data Provider by Jason Lattimer
- Custom Data Provider by Imran
- Recent-Items-Virtual-Entity by Natraj Yegnaraman