Create a Model-Driven App: URL Structure for Sharing NewCustomers Table

Power Platform Developer Exam - PL-400 | Microsoft

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

File Home Insert View

Cl] Newscreeny © Label

Text

Tree view

Screens Components

PD Search
E ppp

6G» © BrowseScreent

GZ tabel
(3
. G statusLabel
ai A Rectangle11
22 Searchicont

=) TextSearchBox1

£2 IconNewltem1

22 IconSortUpDownt

$3 IconRefresht
[A LbiAppNamet
TAA RectQuickActionBar1

i= BrowseGallery1

> © DetailScreent

> © EditScreent

Action

(Button

EB Data table

[B Forms\ fd Media — [ill Charts »

Equipmen:

Search items

$2 Iconsv BF Customy °@ AlBuildery  && Mixed Reality v

739V1

Centrifuges

Compressors

Generators

Lifts

Mixtures

Pumps

Refrigaration

Shredders

WH IM ORR NOON] NO

Tanks

@ labelt

D BrowseScre

7
sorgceneraternuns, 4 — 0 "9

Mixtures,Pumps,Refri [334.75
garatian Shreddare T 4 O d

© Details oS x

Issue

Delegation warning. The highlighted part of this
formula might not work correctly on large data
sets. The "Sum" operation is not supported by
this connector

The data source might not be able to process the
formula and might return an incomplete data set
Your application might not return correct results
or behave correctly if the data set is incomplete.

Location

G label
Text

How to fix

* If your data set exceeds the 500 record limit
but contains less than 2,000 records, try
resetting the limit.

Try simplifying the formula

Try moving your data to a different data
source.

Article: Understand delegation in a canvas app
Blog: Data row limits for delegation

View activity in your app to understand
performance and identify bugs.

F§_ open monitor

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:

  • "https://cbnew1234.crm.dynamics.com/" is the base URL for the Dynamics 365 environment where the model-driven app is hosted.
  • "main.aspx" indicates that we are accessing the main page of the app.
  • "appid=<GUID>" specifies the unique identifier (GUID) for the app we want to access.
  • "etc=newcustomers" indicates that we want to access the entity with logical name "newcustomers", which represents the NewCustomers table.
  • "pagetype=entitylist" specifies that we want to display the records in a list format.
  • "viewType=1039" specifies the type of view we want to display. In this case, it is a system view, which is identified by the value 1039.
  • "viewid=<GUID>" specifies the unique identifier (GUID) for the view we want to display. This view should be associated with the NewCustomers entity.

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.