Create Model-Driven App | URL Structure for Presenting NewCustomers Table Records

URL Structure for Presenting NewCustomers Table Records

Question

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?

Answers

Explanations

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).

Power Apps

< EJ ShowChart -+ New [i] Delete | v  ©) Refresh GS Emailalink Y YD Flow Vv Run Report ~ 8B Excel Templates “ 9 Export to Excel |= 3 Import from Excel | ~ EB create view

fmt Home . oath
Active Ideas v [SI Of Current View Y Search this view ve)
© Recent Vv
v Name v Originating challenge V Number of Votes | Idea Score Y Created On V
x? Pinned Ny
Connected quality control Connected Operations 10 8 3/13/2021 3:07 AM
Dashboards
Fleet automation Connected Operations 8 9 3/13/2021 3:07 AM
#8 Dashboards
Cloud computing Servitization 7 9 3/13/2021 3:07 AM
Innovation Tiny Homes 3D Printing 7 6 3/13/2021 3:07 AM
88 Challenges Integrated service management Connected Operations 6 --- 3/13/2021 3:07 AM
| ldeas Rapid prototyping Smarter manufacturing 6 s-- 3/13/2021 3:07 AM
*e8 Team Projects ‘ fsb
Solar panels Enterprise sustainability 5 6 3/13/2021 3:07 AM
CO2-absorbing artificial trees Enterprise sustainability | 8 3/13/2021 3:07 AM
Business intelligence Big data 2 --- 3/13/2021 3:07 AM
Data analytics Big data 2 --- 3/13/2021 3:07 AM
Engine as a service (flying hours) Smarter manufacturing 2 --- 3/13/2021 3:07 AM
Smart vending machines Connected products 2 --- 3/13/2021 3:07 AM
Liquid metal batteries Renewable energy 2 --- 3/13/2021 3:07 AM
Smart coffee machines Connected products 2 --- 3/13/2021 3:07 AM
Smart elevators Connected products 2 --- 3/13/2021 3:07 AM
Undenwater blue carhon markets Frnternrise sustainahilitv ? --- 34/13/2071 2:7 AM
All + A 8 c D E F G H 1 J kK LE. M N fo) P Q R s T u v w x 7% Zz

1 - 20 of 20 (0 selected)

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:

Sure, I'd be happy to help you understand the correct URL structure for a model-driven app in Microsoft Power Platform.

Firstly, it's important to understand some of the terminology used in the question.

  • A model-driven app is an app that uses the Common Data Service (CDS) as its data source.
  • A table in the CDS is referred to as an "entity".
  • A view is a saved query that defines how data from an entity should be displayed.

With that in mind, let's look at the answer options:

A. https://cbnew1234.crm.dynamics.com/information.aspx?appid=<GUID>&etc=newcustomers&pagetype=entityrecord&viewType=1039&viewid=<GUID>

This option specifies the pagetype as "entityrecord" which means it's a form to view/edit a single record. However, the "viewType" parameter is set to 1039 which is not a valid value for entity record views. Therefore, option A is not correct.

B. https://cbnew1234.crm.dynamics.com/main.aspx?appid=<GUID>&etc=newcustomers&pagetype=entitylist&viewType=1039&viewid=<GUID>

This option specifies the pagetype as "entitylist" which means it's a view of a list of records. The "viewType" parameter is set to 1039 which is a valid value for entity list views. Therefore, option B is a possible correct answer.

C. https://cbnew1234.crm.dynamics.com/information.aspx?appid=<GUID>&etn=newcustomers&pagetype=entitylist&viewType=1039&viewid=<GUID>

This option specifies the etn parameter instead of etc. The etn parameter is used to specify the logical name of the entity being displayed. This option also sets the pagetype to "entitylist" and the viewType to 1039. Therefore, option C is a possible correct answer.

D. https://cbnew1234.crm.dynamics.com/main.aspx?appid=<GUID>&etn=newcustomers&pagetype=entityrecord&viewType=1039&viewid=<GUID>

This option specifies the etn parameter and sets the pagetype to "entityrecord". However, the viewType parameter is set to 1039 which is not a valid value for entity record views. Therefore, option D is not correct.

E. https://cbnew1234.crm.dynamics.com/main.aspx?appid=<GUID>&etn=newcustomers&pagetype=entitylist&viewType=1039&viewid=<GUID>

This option is similar to option B but uses etn instead of etc. As explained earlier, etn is used to specify the logical name of the entity. Therefore, option E is a possible correct answer.

F. https://cbnew1234.crm.dynamics.com/information.aspx?appid=<GUID>&etn=newcustomers&pagetype=entityrecord&viewType=1039&viewid=<GUID>

This option is similar to option A but uses etn instead of etc. As explained earlier, etn is used to specify the logical name of the entity. However, the "viewType" parameter is set to 1039 which is not a valid value for entity record views. Therefore, option F is not correct.

In summary, options B and C are possible correct answers depending on whether the "etc" or "etn" parameter is used to specify the entity name.