MB-500 Exam Question 61

You are implementing record-level security by using Extensible Data Security (XDS) in Dynamics 365 Finance.
Users must be permitted to view sales orders only from customers they manage.
You need to configure the CustGroup form.
Which options should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

MB-500 Exam Question 62

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.
You have an enumeration named truckStatus that has the following statuses:
* Empty
* Loaded
* Completed
You have the following code:

You need to extend this enumeration and add the following statuses to the enumeration: Quarantine, InTransit.
You must then modify code that validates the switch statement.
Solution: Add a post handler to the method that checks the enumeration and logic for your new enumeration values using a range comparison for your new values.

Does the solution meet the goal?
  • MB-500 Exam Question 63

    You are a Dynamics 365 Finance developer.
    You need to add a new status named InTransit to the SalesTable.SalesStatus field and use the status in code.
    What should you do? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    MB-500 Exam Question 64

    You are a Dynamics 365 Finance and Operations developer.
    You need to monitor system performance.
    Which tools should you use? To answer, select the appropriate option in the answer area.
    NOTE: Each correct selection is worth one point.

    MB-500 Exam Question 65

    An organization has two million customers that are part of the International customer group.
    Validation must occur when customer records are updated. For all customers where the value of the customer group field is international, you must the delivery mode to Air.
    You need to update the customer records.
    Which two segments can you use? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.