exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 3 question 2 discussion

Actual exam question from Microsoft's PL-400
Question #: 2
Topic #: 3
[All PL-400 Questions]

HOTSPOT -
A company uses SharePoint for its intranet and other functions. The company has also implemented model-driven apps.
SharePoint users must be able to create contact records in Microsoft Dataverse without having to navigate to the model-driven apps.
You need to create a link in SharePoint to open the Dataverse contact form displaying data from SharePoint.
How should you complete the URL? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: main.aspx -
Example, to open the Active Contacts view.
https://myorg.crm.dynamics.com/main.aspx?etn=contact&pagetype=entitylist&viewid={00000000-0000-0000-00AA-000010001004}

Box 2: etn -
Etn: The logical name of the entity. Important: Do not use the etc (entity type code) parameter that contains an integer code for the entity. This integer code varies for custom entities in different organizations.

Box 3: Extraqs -
Extraqs: Optional for forms. This parameter contains encoded parameters within this parameter.
When you open a new form by using the URL address, you can include arguments in the extraqs parameter to set field values
Note: You must encode the parameters passed in the extraqs parameter. To encode the parameters, use encodeURIComponent. To use special characters like
"=" or "&" in the parameter values, you must double encode (e.g. to set name to A=B&C, it would be extraqs=name%3DA%253DB%2526C).

Box 4: entityrecord -
Example: Set the value for choice columns
To set the value for a Choice column, set the integer value for the option. The following sample sets the Role column value to ג€Decision Makerג€ in a new contact record.
The unencoded value for the extraqs parameter is ג€accountrolecode=1ג€.
/main.aspx?etn=contact&extraqs=accountrolecode%3D1&pagetype=entityrecord
Note: Pagetype: The type of page. There are two possible values:
- entityrecord
Displays an entity record form.
- entitylist
Displays an entity view.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/open-forms-views-dialogs-reports-url https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/set-field-values-using-parameters-passed-form

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Juan0414
1 month, 4 weeks ago
Answer is correct: https://learn.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/open-forms-views-dialogs-reports-url?view=op-9-1
upvoted 1 times
...
jkaur
8 months, 3 weeks ago
Answer is correct
upvoted 2 times
...
stalee
9 months, 1 week ago
The provided answer is correct. extraqs is a optional parameter to set the field value. --Open the new contact record https://ltiblogs.crm.dynamics.com/main.aspx?etn=contact&pagetype=entityrecord --Open the new contact record and set the lastname=Testing https://ltiblogs.crm.dynamics.com/main.aspx?etn=contact&extraqs=lastname%3DTesting&pagetype=entityrecord
upvoted 1 times
...
Ana20
1 year, 3 months ago
the answer is main.aspx / etn / extraqs/ entityrecord
upvoted 2 times
...
MarioM
1 year, 7 months ago
should be ID
upvoted 1 times
Vinodds
1 year, 7 months ago
provided answer is correct. It's create form so there is no Id.
upvoted 6 times
...
...
Flatternschuchtern
1 year, 7 months ago
the answer is main.aspx / etn / id / entityrecord how is it supposed to open the form if you don't povide the id?
upvoted 1 times
Vinodds
1 year, 7 months ago
It's a create form so there is no Id
upvoted 4 times
Flatternschuchtern
1 year, 6 months ago
Alright you right
upvoted 1 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago