New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft PL-400 Exam - Topic 7 Question 75 Discussion

Actual exam question for Microsoft's PL-400 exam
Question #: 75
Topic #: 7
[All PL-400 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than once correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You are developing a model-driven app for a company.

When you create a new Account record, you must automatically display a form to collect data that is needed to create a Contact record. The form must switch to the appropriate form layout based on the contact type.

You open the Contact form by using JavaScript. You pass the contact type information to the form by using the Xrm.Navigation.openForm function. An OnLoad event handler in the Contact form processes the data and shows only the appropriate sections of the form for the given contact type.

You need to configure the receiving form to accept the data parameter.

Solution: In the form editor, add a query string parameter for the data parameter.

Does the solution meet the goal?

Show Suggested Answer Hide Answer
Suggested Answer: A

By default, model-driven apps allows a specified set of query string parameters to be passed to a form. You use these parameters to set default values when you create a new record in the application. Each parameter must use a standard naming convention that includes a reference to the column logical name.

There are two ways to specify which query string parameters will be accepted by the form:

Edit form properties

Edit form XML


https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/configure-form-accept-custom-querystring-parameters

Contribute your Thoughts:

0/2000 characters
Shenika
3 months ago
Seems a bit too simple for such a complex task.
upvoted 0 times
...
Lorrine
4 months ago
Definitely meets the goal, good solution!
upvoted 0 times
...
Glynda
4 months ago
Wait, can you really do that with just a query string?
upvoted 0 times
...
Sherell
4 months ago
I disagree, that won't work for passing data.
upvoted 0 times
...
Kate
4 months ago
Yes, adding a query string parameter is the right move.
upvoted 0 times
...
Felicidad
4 months ago
I'm a bit confused about this one. I thought the OnLoad event handler would take care of processing the data, but maybe the parameter setup is crucial too?
upvoted 0 times
...
Audry
5 months ago
I believe the solution might not meet the goal because the form also needs to handle the data correctly after receiving it.
upvoted 0 times
...
Judy
5 months ago
I remember a similar question where we had to configure forms, and I feel like there was more to it than just adding a parameter.
upvoted 0 times
...
Dean
5 months ago
I think adding a query string parameter might be necessary, but I'm not entirely sure if that's the only step needed to accept the data parameter.
upvoted 0 times
...
Cheryll
5 months ago
This seems like a straightforward backup question. I'm pretty confident I can identify the right backup technique based on the details provided.
upvoted 0 times
...
Evelynn
5 months ago
This looks like a straightforward question about the SnackBar widget in Flutter. I'll need to think carefully about the different options, but I'm confident I can figure this out.
upvoted 0 times
...
Isadora
5 months ago
Hmm, I'm a bit confused on the difference between a Layer 2 and Layer 3 switch. I'll have to think this through carefully.
upvoted 0 times
...
Glynda
5 months ago
This seems straightforward enough. The vector is initialized with 5 default-constructed A objects, and then we add one more A object with a value of 1. So the output should be 0 0 0 0 0 1, right?
upvoted 0 times
...

Save Cancel