You create a model-driven app and want to send a link to the view that presents the NewCustomers table's records to your teammate.
What will be the correct structure of the URL link?
Click on the arrows to vote for the correct answer
A. B. C. D. E. F.Correct Answer: E
You can send an URL link to the model-driven view directly from the view using the “Email a link/Of Current View” button on the top toolbar (Number 1).
If you click the button, the Power Platform opens your default email program and copies the link in a new email.
The structure of the link is:
All other options are incorrect.
For more information about model-driven app links to forms, views, and reports, please visit the below URLs:
The correct URL structure for the model-driven app view that presents the NewCustomers table's records is option B:
https://cbnew1234.crm.dynamics.com/main.aspx?appid=<GUID>&etc=newcustomers&pagetype=entitylist&viewType=1039&viewid=<GUID>
Let's break down each component of the URL:
Option A is incorrect because it specifies "pagetype=entityrecord", which would display a single record instead of a list of records.
Option C is incorrect because it specifies "etn=newcustomers", which is not a valid parameter.
Option D is incorrect because it specifies "pagetype=entityrecord", which would display a single record instead of a list of records.
Option E is incorrect because it specifies "etn=newcustomers", which is not a valid parameter.
Option F is incorrect because it specifies "pagetype=entityrecord", which would display a single record instead of a list of records.