Microsoft Dynamics 365 Business Central Developer — Question 53
A company uses Business Central.
The company plans to use the AL object model in Business Central to extend the Base Application.
You need to extend the objects.
Which two objects can you extend? Each correct answer presents a complete solution. (Choose two.)
NOTE: Each correct selection is worth one point.
Answer options
- A. Codeunit
- B. Report
- C. Query
- D. API page
- E. Enum
Correct answer: B, E
Explanation
The correct answers are B and E because Reports and Enums can be extended in the AL object model within Business Central. Codeunits, Queries, and API pages cannot be extended in the same way as Reports and Enums.