Microsoft MB-820 Practice Test - Questions Answers, Page 4
List of questions
Related questions
HOTSPOT
A company plans to customize its per tenant extension reports. The company has the following requirements for the customization:
* Child data items must not be displayed on the request page for some master detail reports.
* Selecting key filter fields takes users too much time. The customization must decrease the amount of time to select the fields.
You need to optimize the report request page.
Which actions should you configure? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
You create a page with the PageType property set to RoleCenter.
You navigate through the different sections of the page.
You need to add functionalities to the page.
What should you do?
Define actions in the area (reporting) before actions in the area (creation).
Define the navigation menu in the area(processing).
Define the navigation bar in the area (embedding).
Add a source table on the Role Center page.
A company has a Business Central online environment.
You are exporting a file from a client by using the DownloadFromStream method.
You need to create an InStream data type to send the data
Which solution should you use?
Use OeatelnStream method from codeunit 'Temp Blob'.
Use OeatelnStream method for BLOB field of 'TempBlob' table.
Use CreatelnStream method for File type variable.
A company has a task that is performed infrequently. Users often need to look up the procedure to complete the task.
The company requires a wizard that leads users through a sequence of steps to complete the task.
You need to create the page to enable the wizard creation.
Which page type should you use?
NavigatePage
Card
RoleCenter
List
HOTSPOT
You create a table with fields.
You observe errors in the code
You need to resolve the 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.
HOTSPOT
A company is setting up a custom telemetry trace signal to send traces on failed customer statement emails.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
HOTSPOT
You develop a test application.
You must meet the following requirements:
* Roll back changes to a test method after run time.
* Run an approve action on a test page named TestPageA.
You need to implement the given requirements on the test codeunit
Which actions should you perform? To answer, select the appropriate options in the answer area
NOTE: Each correct selection is worth one point.
You are cleaning up sandbox environments for a company.
The company requires data to be cleared from the environments each time an extension is published.
You need to configure the launch.json file.
Which schemaUpdateMode property should you set?
ForceUpgrade
ForceSync
Synchronize
Recreate
You need to allow debugging in an extension to view the source code. In which file should you specify the value of the allowDebugging property?
settings.json
rad.json
app.json
launchjson
A company uses Business Central.
The company plans to use a translation file in an extension. The extension has a caption that should not be translated.
You need to prevent the caption from being translated.
What should you do?
Use the CaptionML property and copy the same caption for each language used.
Set the GenerateLockedTranslations feature in the appjson file.
Add the Locked = true parameter to the Caption.
Delete the Caption property.
Copy the same caption for each language in the translation file.
Question