ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 8 - MB-500 discussion

Report
Export

HOTSPOT

You are the Dynamics 365 Finance Developer.

You have the following class definition:

You need to create an extension class and wrap the method by using Chain of Command (CoC), if the value of the Qty variable is less than 5, the code must cause an exception.

How should you complete the code segment? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 8
Correct answer: Question 8

Explanation:

Box 1: final class WebShopOrderVal_Extension

Box 2: public static void checkQtyValue(int Qty)

Incorrect Answers:

Public void …

If a static method is the target that will be wrapped, the method in the extension must be qualified by using the static keyword.

Int Qty=0

The method signature in the wrapper method must not include the default value of the parameter.

Public int

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/method-wrapping-coc

asked 05/10/2024
David Brun
36 questions
User
0 comments
Sorted by

Leave a comment first