PL-400 Exam Question 16

An organization has a Dynamics 365 Customer Engagement.
You plan to use a JavaScript web resources file in the Accounts form. The file has a dependency on two image web resource files and on the custom field new_placeofbirth in the Account entity.
You need to add the dependencies for the JavaScript file.
Which three action should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
  • PL-400 Exam Question 17

    You are creating a model-driven app.
    You are using the Opportunities table to estimate the opportunity. The requirements for the app include:
    * An email must be sent to the sales team if the opportunity is over $50,000.
    * Users must be able to enter sponsors when creating a record if the opportunity is over one million dollars.
    You must minimize the lines of code required.
    You need to implement the app.
    Which tools should you use?
    To answer, drag the appropriate tools to the correct requirements. Each tool may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
    NOTE: Each correct selection is worth one point.

    PL-400 Exam Question 18

    A bank uses a Common Data Service solution to manage clients.
    Bank representatives perform client credit checks while the client is present. Credit checks may take up to five minutes to complete.
    Bank policy dictates that the bank representative's app must stay blocked until credit checks are complete.
    You need to display a model-driven app while credit checks run to ask the bank representative and client to wait for the credit check to complete.
    Which function should you use?
  • PL-400 Exam Question 19

    A delivery service uses a canvas app to track and deliver packages. The app uses SQL Server as a data store.
    The database includes the following tables:

    The app includes the following code to save all required information. (Line numbers are included for reference only.)

    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 20

    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 designing a one-way integration from the Common Data Service to another system.
    You must use an Azure Function to update the other system. The integration must send only newly created records to the other system. The solution must support scenarios where a component of the integration is unavailable for more than a few seconds to avoid data loss.
    You need to design the integration solution.
    Solution: Register a service endpoint in the Common Data Service that connects to an Azure Service Bus queue.
    Register a step at the endpoint which runs asynchronously on the record's Create message and in the portoperation stage.
    Configure the Azure Function to process records as they are added to the queue.
    Does the solution meet the goal?