MB-500 Exam Question 76

You need to develop, test, and deploy the Vendor Exclusion list solution.
What should you create? To answer, drag the appropriate objects to the correct actions. Each element 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.

MB-500 Exam Question 77

You need to ensure the customer is able to access the business event.
Which two endpoint types can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
  • MB-500 Exam Question 78

    You are working on a Dynamics 365 Finance project with multiple developers contributing to the same codebase.
    During a code check-in, you encounter a conflict where changes made by another developer overlap with changes you implemented.
    You need to resolve the code conflict.
    Which actions should you perform? To answer, move the appropriate actions to the correct merge scenarios.
    You may use each action once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
    NOTE: Each correct selection is worth one point.

    MB-500 Exam Question 79

    A company uses Dynamics 365 Finance.
    You create two methods in a class:
    * MethodA is called only from the class. MethodA is not called from other locations in the code. Within MethodA, you must access class variables.
    * MethodB is called from other places in the app. MethodB does not need to instantiate the class or access the class variables.
    You need to implement the methods.
    Which method types should you use? To answer, drag the appropriate method types to the correct methods.
    Each method type 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.

    MB-500 Exam Question 80

    You are a Dynamics 365 Finance developer.
    You need to create an extension class.
    Which action should you perform?