
Announcements
Hi,
I've created a simple basic form in insert mode, at the onsubmit create a record in a virtual table linked to Finance and Operations ERP.
The record is created without any problem and it is visible both in Dataverse and in F&O tables, but soon after the record creation I try to redirect on a webpage to edit the created record, I get the error record not found.
I use for this the redirect function append to querystring the id, but the id i see in redirection URL it's completely different of the unique identifier I see in table in Dataverse.
Is possible get the correct id (unique identifier) and put this value in the redirection url?
Is there some limitation with the use of virtual entities ?
Thank you
Hi @ffrr7788 ,
Can you please have a look to the answers here Virtual Entities Error on Powerapps Portal browsing data (dynamics.com)
Please check the limitations section at this article and the most important thing is that, the primary key for the entity in the external data source must be a GUID.
Engineered Code - Blog - Virtual Entities and Dynamics 365 Portals – Part 1
If this post helps you with your problem, please mark this answer as Accepted Solution.
If you like my response, please give it a Thumbs Up.