Q:
A developer needs to customize a Microsoft Dynamics 365 finance and operations apps implementation by adding a new menu item to an existing menu.
You need to add the menu item without modifying the original menu's source code.
What should you do?
-
A
Use a class extension to inject the new menu item into the original menu.
-
B
Directly modify the source code of the original menu to add the menu item.
-
C
Create a menu extension and add the new menu item.
-
D
Create a new menu that duplicates the original and add the menu item there.
C