MB-500 Exam Question 26

You are a Dynamics 365 Finance developer. You have two tables as shown in the following exhibit:

You need to configure Table1 to ensure that records cannot be deleted from Table1 if Table2 contains related records.
Which value should you use for the OnDelete property?
  • MB-500 Exam Question 27

    You are creating a new form in Visual Studio.
    You need to apply the Simple List pattern and apply the pattern to a form.
    What are the two possible ways to achieve the goal? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.
  • MB-500 Exam Question 28

    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 must extend the class SalesLineType and add a new method that returns the day of week for the system's current date as an integer value.
    You need to create a class that extends SalesLineType and adds the new method.
    Solution: You create the following code:

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

    You are a Dynamics 365 Finance developer. You have The following code:

    Which values does the info() method return? To answer, select the appropriate option in the answer area.
    NOTE: Each correct selection is worth one point.

    MB-500 Exam Question 30

    You need to apply a form pattern to the Vendor exclusion list. Which pattern should you use?