ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 98 - MB-820 discussion

Report
Export

You are customizing Business Central by using Visual Studio Code. You create a project that will extend Business Central. The AL extension contains JSON files, which are automatically generated and are used to store configuration data

For testing purposes, you plan to add the following changes to the files:

* Specify that page 21 must be opened after publishing.

* Enable debugging

* Disable the capability to download the source code

You need to add the configurations to the JSON files.

Which two configurations should you add? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Set 'startupObjectld': 27 on launchjson.

Answers
A.

Set 'startupObjectld': 27 on launchjson.

B.

In the 'resourceExposurePolicy' tag, set 'at low Debugging'. true and allowDownloadingSource': false on launchjson.

Answers
B.

In the 'resourceExposurePolicy' tag, set 'at low Debugging'. true and allowDownloadingSource': false on launchjson.

C.

Set 'start upObjectld': 27 on appjson.

Answers
C.

Set 'start upObjectld': 27 on appjson.

D.

In the 'resourceExposurePolicy' tag, set 'allowDebugging': true and 'allowDown loading Source': true on appjson.

Answers
D.

In the 'resourceExposurePolicy' tag, set 'allowDebugging': true and 'allowDown loading Source': true on appjson.

E.

In the 'resourceExposurePolicy' tag, set 'allowDebugging': true and 'allowDownloadingSource': false on appjson.

Answers
E.

In the 'resourceExposurePolicy' tag, set 'allowDebugging': true and 'allowDownloadingSource': false on appjson.

Suggested answer: C, E

Explanation:

You are customizing Business Central using Visual Studio Code and JSON files for configuration.

You plan to:

Open page 21 after publishing.

Enable debugging.

Disable the capability to download the source code.

Which configurations should you add?

The options involve two primary JSON files: launch.json and app.json, and configuration tags like startupObjectId and resourceExposurePolicy.

asked 13/10/2024
Peter Kiraly
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first