PL-400 Exam Question 106

You need to select the visualization component.
What should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

PL-400 Exam Question 107

You need to configure the system to support automation for referrals.
What are two possible ways to achieve the goal? Each correct selection presents a complete solution.
NOTE: Each correct selection is worth one point.
  • PL-400 Exam Question 108

    You are creating a canvas app for a bank. Consumers will enter information into the app when they apply for a loan.
    The input form for the app must display fields to prompt the consumer for their first name, last name, address, and the requested loan amount.
    Immediately after a consumer enters a value for the LoanAmount field, the background color for the column must change. The background color for the column must change to red if a consumer enters a value of more than $5,000 and must turn green for values less than or equal to $5,000.
    You need to implement the required behavior.
    Which option should you use?
  • PL-400 Exam Question 109

    An organization has a custom Assignments entity that guides agent actions. Team leaders for each assignment group must be able to review any changes made to assignment data by their agents.
    You have the following JSON segment:

    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.

    PL-400 Exam Question 110

    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?