Question 51

A company implementsDynamics 365 Customer Service. The company deploys synchronous plug-ins for the PreOperation and PostOperation stages on create and for the PostOperation stage on update for processing different case type.
Users experience errors when updating cases. The plug-in trace log files show that the PostOperation plug-in update of case times out after two minutes.
You perform basic testing and discover that this plug-in is triggered on every update of a case. You examine the code and discover that the plug-in retrieves all columns for the updated case record performing its work.
You need to reduce the number of errors. You need to achieve this goal with the test amount of changes.
Solution:
* In the Plug-in Registration tool, add a post Image to the plug-in step and include the Fields that the plug-in needs.
* Remove the retrieves statement from the plug-in code and reference the post image.
Does the solution meet the goal?
  • Question 52

    A company implements Dynamics 365 Sales.
    Only sales managers must be able to perform the approval to move high value sales on in the opportunity qualification process. A new field must be created to capture the approval.
    You need to create and secure the new field.
    Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

    Question 53

    You are creating a flow using the Common Data Service (CDS) connector.
    You need to select the appropriate triggers.
    Which triggers should you use? To answer, drag the appropriate triggers to the correct scenarios. Each trigger 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.

    Question 54

    A company uses SharePoint for its intranet and other functions. The company has also implemented model-driven apps.
    SharePoint users must be able to create contact records in the Common Data Service (CDS), without having to navigate to the model-driven apps.
    You need to create a link in SharePoint to open the CDS contact from displaying data from SharePoint.
    How should you complete the URL? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 55

    You have the following JavaScript function: (Line numbers are included for reference only.)

    The Annual Revenue view column is configured to call the function as shown in the Column Properties exhibit. (Click the Change Column Properties tab.)

    Users report that the icons that appear in the Active Account view are incorrect, as shown in the Active Accounts View exhibit. (Click the Active Accounts View tab.)

    You need to determine why the incorrect icons are being displayed.
    For each of the following statements, select Yes if the statement is true. Otherwise, select No.