You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Microsoft Dataverse Virtual Entity Data Providerthat just forwards all requests to another entity in the same enviroment aka Loopback.
3
+
This is a custom Microsoft Dataverse [Virtual Table Data Provider](https://docs.microsoft.com/en-us/powerapps/developer/data-platform/virtual-entities/get-started-ve) plugin that just forwards all requests to another entity in the same enviroment aka a loop back data provider.
4
4
5
-
Might be useful if you want to convert a virtual entity into a real entity, or as a sample.
5
+
Might be useful if you want to convert a virtual entity into a real entity, keep the option open in future, or as a template/sample data provider plugin.
6
6
7
-
Very loosely tested.
7
+
Very loosely tested, especially Create, Update and Delete.
8
+
9
+
## Getting Started
10
+
11
+
1. Install the solution (alternatively: [register the plugin dll](https://docs.microsoft.com/en-us/powerapps/developer/data-platform/tutorial-write-plug-in#register-plug-in) then follow [these steps](https://docs.microsoft.com/en-us/powerapps/developer/data-platform/virtual-entities/sample-ve-provider-crud-operations#step-2-creating-data-provider-and-adding-plug-ins-to-the-provider))
12
+
3. Create a new entity/table
13
+
1. Select "Virtual Entity"
14
+
2. In the "External Name" field, enter the logical name of the entity you want to mirror.
15
+
3. In the "External Collection Name" field, you can enter anything as it is not used by the plugin.
16
+
4. For each field, set the "External Name" to the logical name of the attribute you are mirroring. Don't forget the Primary Name and ID fields!
0 commit comments