Hi All,
I created C# Plugins for CRUD operations by referring to this article:
"Custom virtual table provider with CRUD operations"
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/virtual-entities/sample-ve-provider-crud-operations.
External Database used: Azure SQL dB.
App: Model Driven App in Maker Portal (https://make.powerapps.com)
Registered the Assembly using "PluginRegistration.exe"
Created Data Provider, Data Source
Created Virtual Table, Views, Forms in Model Driven App
Created Sub Area (Form) in Model Driven App and used Virtual Table as Datasource
All the records are displayed on Virtual Table's View (Default All View) and Data Tab.
I am encountering two issues
1. While running the App, only one record (last record) is displayed on the page, but record count showing correctly.
2. Also while performing Add/Edit the following error occurs:
"The specified domain does not exist or cannot be contacted
An unexpected error occurred from ISV code. Error code: 0x80040224"
Also attached screen captures. Request your suggestions/help to resolve the issues
Regards
Mohan