Microsoft MB-820 Practice Test - Questions Answers, Page 10
List of questions
Related questions
HOTSPOT
A developer creates a profile for part-time shop supervisors and adds customizations.
You plan to add new requirements to the profile.
You need to analyze the code to understand the profile and make sure there are no errors.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
DRAG DROP
You develop a table named Contoso Setup and a page.
You plan to use No. Series to automatically assign a unique number to data entries. You set up No. Series on the Vendor Nos. field of the Contoso Setup table.
You need to apply the No. Series Design Pattern to the trigger Onlnsert().
Which four code segments should you use to develop the solution? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order.
HOTSPOT
You need to write an Upgrade codeunit and use the DataTransfer object to handle the data upgrade.
Which solution should you use for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
DRAG DROP
A company uses four objects in development in Business Central.
The company plans to make changes to the objects.
You need to identify the application layer for each object in Visual Studio Code.
Which objects ate available in each application layer? To answer, move the appropriate application layer to the correct objects You may use each application layer once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
You have an XMLport that exports items from a database to an XML file.
You need to change the export format from XML to CSV.
What should you do?
Change the Direction property to Both
Change the FormatEvaluate property to Legacy.
Change the XmlVeisionNo property to 1.1.
Fill the FileName property with the Items.csv value.
Change the Format property to VariableText.
HOTSPOT
A company uses Business Central. The company is generating a detailed custom report.
A user observes that the generated report dataset contains more Delivery Line records than expected for one specific Delivery Header.
You need to generate a report that contains the accurate number of records.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
A company plans to change a field on the Resource Card page in a Base Application.
You need to hide the field 'Unit Price' from the Resource Card page.
Which code snippet should you use?
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.
Question