Want to pass your Microsoft Dynamics 365 Finance and Operations Apps Developer MB-500 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
You are a Dynamics 365 Finance developer.
You must extend the validate method of the SalesLine table by using Chain of Command. The value of a variable named SalesPrice must be greater than or equal to zero when adding new lines.
You need to create an extension class.
Which two code segments can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

A. Option A
B. Option B
C. Option C
D. Option D
A company uses Dynamics 365 Finance.
You implement an extension of a method named calc in ClassA. The calc method:
1.
Accepts an integer as an input parameter.
2.
Returns an integer as an output parameter.
You must implement an extension to:
1.
Extend the calc method.
2.
Prevent the standard code from running if the value of the input parameter is greater than 10.
You need to implement the correct solution.
Which code segment should you use?

A. Option A
B. Option B
C. Option C
D. Option D
You need to add data to the WHSTmpStatusChange table by extending the insert method. What should you do?
A. Right-click the project node in Solution Explorer synchronous and asynchronous to the project.
B. Right-click the WHSTmpStatusChange table in the Application Object Tree (AOT) and select View Code.
C. Right-click the project node in Solution Explorer and add a new Table object to the project.
D. Right-click the WHSTmpStatusChange table in the Application Object Tree (AOT) and create an extension in the existing project.