exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 5 question 15 discussion

Actual exam question from Microsoft's PL-400
Question #: 15
Topic #: 5
[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 web resource that sets formContext.data.attributes.
Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
3 months, 4 weeks ago
Selected Answer: B
Correct!
upvoted 1 times
...
DimpleG
11 months, 1 week ago
Selected Answer: B
The solution provided does not fully meet the goal. While it is true that adding a web resource that sets formContext.data.attributes can be used to configure the receiving form to accept data parameters, it does not explain how the form processes the data and shows only the appropriate sections of the form based on the contact type. To meet the goal, you need to use JavaScript to add an OnLoad event handler to the Contact form that processes the data passed from the Account form and shows only the appropriate sections of the form based on the contact type.
upvoted 4 times
...
BlueP
1 year, 6 months ago
correct, duplicate of a previous answer
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 ...