Difference between revisions of "Custom Data Provider"

From Power Wiki
Jump to navigation Jump to search
Line 15: Line 15:
 
* [http://blog.yagasoft.com/2019/03/virtual-entities-work-arounds Virtual Entities work-arounds] by Ahmed Elsawalhy
 
* [http://blog.yagasoft.com/2019/03/virtual-entities-work-arounds Virtual Entities work-arounds] by Ahmed Elsawalhy
 
* [https://www.itaintboring.com/dynamics-crm/dynamics-365-working-with-the-virtual-entities/ Dynamics 365 working with the Virtual Entities] by Alex Shlega
 
* [https://www.itaintboring.com/dynamics-crm/dynamics-365-working-with-the-virtual-entities/ Dynamics 365 working with the Virtual Entities] by Alex Shlega
* [http://imran-chowdhury.blogspot.com/2019/09/virtual-entity-chapter-1-definition-and.html Virtual Entity : Chapter 1 – Definition and Usage] by Imran 2019-09-08
+
* [http://imran-chowdhury.blogspot.com/2019/09/virtual-entity-chapter-1-definition-and.html Virtual Entities - Series of 4 Articles] by Imran 2019-09-08
* [http://imran-chowdhury.blogspot.com/2019/09/virtual-entity-chapter-2-create-custom.html Virtual Entity : Chapter 2 – Create a Custom Data Provider for a Virtual Entity] by Imran 2019-09-08
 
* [http://imran-chowdhury.blogspot.com/2019/09/virtual-entity-chapter-3-translating.html Virtual Entity : Chapter 3 – Translating an advanced find query to a query understood by the Data Source] by Imran 2019-09-08
 
* [http://imran-chowdhury.blogspot.com/2019/09/virtual-entity-chapter-4-pulling-api.html Virtual Entity : Chapter 4 – Pulling API Endpoint Settings from Data Source Entity] by Imran 2019-09-08
 
 
* [https://www.itaintboring.com/dynamics-crm/virtual-entities-revisited-using-embedded-canvas-app-for-updates/ Virtual Entities Revisited: using embedded canvas app for updates] by Alex Shlega 2020-12-06
 
* [https://www.itaintboring.com/dynamics-crm/virtual-entities-revisited-using-embedded-canvas-app-for-updates/ Virtual Entities Revisited: using embedded canvas app for updates] by Alex Shlega 2020-12-06
 
* [https://www.itaintboring.com/dynamics-crm/virtual-entities-revisited-setting-up-a-virtual-entity/ Virtual entities revisited: setting up a virtual entity] by Alex Shlega 2020-12-06
 
* [https://www.itaintboring.com/dynamics-crm/virtual-entities-revisited-setting-up-a-virtual-entity/ Virtual entities revisited: setting up a virtual entity] by Alex Shlega 2020-12-06

Revision as of 19:43, 31 January 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.

Microsoft Resources

Community Resources

https://bguidinger.com/blog/custom-data-providers-virtual-entities

Custom Data Provider Samples