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