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.
NOTE: Each correct selection is worth one point.
A . Codeunit
Codeunits can be extended in AL to add or modify functionality in Business Central.
B . Report
Reports can also be extended to customize the format or data presented in the reports without modifying the base report.
Incorrect Options:
C . Query: Queries cannot be extended. You would need to create new queries or modify the existing ones directly.
D . API page: You cannot extend API pages, but you can create new API pages.
E . Enum: You cannot extend Enums because they are predefined sets of values.
Paul
3 days agoStanford
4 days ago