I have built a Virtual Table to read data from a legacy SQL database and prevent it in a schema duplicating the new Dataverse table our Power Apps solution will be using.
The Virtual Table uses a custom data source plugin to read from the SQL Database and return Entities to the Virtual Table.
Currently, RetrieveMultiple is presenting a table with data, but when we try to open one of the records, we get the following error:
The entity with a name = 'fcnb_vlIssuer' with namemapping = 'Logical' was not found in the MetadataCache.LazyDynamicMetadataCache
'fcnb_vlIssuer' is the name of the Entity in the Virtual Table we created. Logical Name is 'fcnb_vlissuer' (no camel case).
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.