PL-400 · Question #365
PL-400 Question #365: Real Exam Question with Answer & Explanation
The correct answer is B: No. Including a message in the plug-in's output parameters does not automatically display it as a validation failure message to the user on the form.
Question
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 one 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. A company requires custom validation when users save form records that use a synchronous plug-in. If validation fails, a message that explains how to resolve the issue must be displayed on the form to the user. You need to implement the custom validation. Solution: Include the message in the output parameters of the plug-in. Does the solution meet the goal?
Options
- AYes
- BNo
Explanation
Including a message in the plug-in's output parameters does not automatically display it as a validation failure message to the user on the form.
Common mistakes.
- B. While plug-ins can populate output parameters, these values are primarily for subsequent steps in an execution pipeline or for external applications consuming the message, not for automatically displaying error messages to the user on the form for failed validation.
Concept tested. Plug-in output parameters for user feedback
Community Discussion
No community discussion yet for this question.