APICS Certified Supply Chain Professional (CSCP) — Question 504

You are a Dynamics 365 Finance developer.

You need to create an extension class.

Which action should you perform?

Answer options

Correct answer: B

Explanation

The correct answer is B because decorating the class with the ExtensionOf attribute is essential for defining it as an extension class in Dynamics 365 Finance. Options A and C are incorrect as they pertain to class visibility rather than extension functionality, and option D is not a requirement for creating extension classes.