Q: 8
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.
Options
Discussion
Its B and D
Looks like C and E. The startupObjectId and resourceExposurePolicy settings should both go in app.json, not launch.json. Also the requirement is to enable debugging but disable downloading source, which matches E exactly. Not totally sure but that's how it's done in most extensions I've worked on.
C and E for this one. The app.json is where you set startupObjectId and tweak resourceExposurePolicy. Pretty sure that's right.
Be respectful. No spam.
Question 8 of 25