MB-500 Exam Question 51

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 are adding a new field to the SalesTable form.
You must use an extension to add a status field onto the form.
You need to create the extension in the Application Object Tree (AOT) and add the extension to the demoExtensions model.
Solution: Navigate to the user interface forms section for the SalesTable form and create a customization.
Does the solution meet the goal?
  • MB-500 Exam Question 52

    You are a Dynamics 365 Finance and Operations developer.
    You need to create an extension class.
    Which action should you perform?
  • MB-500 Exam Question 53

    A company uses Dynamics 365 Finance.
    You create a new extension for a standard table.
    You need to add a new method in the extension.
    Which five 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.

    MB-500 Exam Question 54

    You are a Dynamics 365 Finance developer for a company that sells pre-owned vehicles. When the company acquires a new vehicle, vehicle identification (VIN) numbers are added to the VIN field in the CustTable.
    You need to create an event handler to validate that new VIN values are at least 10 characters long. Validation must occur when records are saved.
    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.

    MB-500 Exam Question 55

    A developer submits code for a quality assurance review. Several lines of code use the var data type.
    You need to validate the segments tor the correct X++structure.
    Which code statement will pass validation?