List of questions
Related questions
Question 98 - MB-820 discussion
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.
Set 'startupObjectld': 27 on launchjson.
In the 'resourceExposurePolicy' tag, set 'at low Debugging'. true and allowDownloadingSource': false on launchjson.
Set 'start upObjectld': 27 on appjson.
In the 'resourceExposurePolicy' tag, set 'allowDebugging': true and 'allowDown loading Source': true on appjson.
In the 'resourceExposurePolicy' tag, set 'allowDebugging': true and 'allowDownloadingSource': false on appjson.
0 comments
Leave a comment first