ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 89 - MB-820 discussion

Report
Export

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

Answers
A.

Codeunit

B.

Report

Answers
B.

Report

C.

Query

Answers
C.

Query

D.

API page

Answers
D.

API page

E.

Enum

Answers
E.

Enum

Suggested answer: A, B

Explanation:

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.

asked 13/10/2024
Aidan Lear
49 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first