Microsoft MB-820 Practice Test - Questions Answers, Page 9
List of questions
Related questions
You ate creating a view for a Business Central app.
The view requires a custom layout that displays only customer records with a balance greater than 500 in local currency.
You need to configure the view to specify that it has a custom layout.
Which property combination should you use?
shareLayout = false; Filters = where (Balance = filter (> 500), ''Currency Code' = filter ('ICY*));
SharedLayout - true; Filters - where (Balance filter (> 506), ''Currency Code' - filter ('LCY')>;
SharedLayout - false; Filters - where ('Balance (ICY)' - filter (> 500));
Sharediayout = true; Filters - where ('Balance (ICY)' - filter (> 500));
A company uses Business Central.
You plan to help users through the installation process by using Assisted Setup.
You need to create a wizard page.
Which two actions should you perform? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Set the PageType property to NavigatePage.
For each step needed in the guide, add a group0 control to the root-level of the layout > area(Content) control
Set the PageType property to Worksheet
For each step needed in the guide, add a repeater!) control to the root-level of the layout > area(Content) control.
HOTSPOT
A company uses a Vendor-List report from the Base Application.
The company has new requirements that cannot be met by extending the Vendor - List report.
You create a new report named My Customized Vendor - List.
You need to replace the Vendor - List report with My Customized Vendor - List.
How should you complete the code segment? To answer, select the appropriate options in the answer area.
NOTE Each correct selection is worth one point.
You plan to call a web service by using the data type HttpClient from a Business Central AL extension
You must provide the following implementation for the web service call:
* The web service must authenticate the client with a certificate.
* The certificate must include a password.
* The password must be hidden when you debug the code
You need to include the certificate in the web service call. Which instruction should you use?
Httpclient.Addertifieate(certificate: Text, Password: Text);
HttpClient.AddCertificate{Certifkate: SecretText, Password: SecretText);
Httpclient.Addeertifieate(Certifieate: Blob, Password: secretText);
HttpClient.AddCertificate{Password: SecreTiext);
A company has a test application.
A user observes the following error messages when running the test:
* 'Unhandled Ul: Message'
* 'Unhandled Ul: Confirm'
You need to resolve the errors. Which action should you take?
Create a separate test runner codeunit that has Message Handler and Confirm Handler methods.
Create the Message Handler and Confirm Handler methods in the test runner codeunit.
Create a separate test codeunit that has Message Handler and Confirm Handler methods.
Create the Message Handler and Confirm Handler methods in the test codeunit.
You ate creating a test codeumt for a company that uses Business Central. The company requites the following list of choices while posting a sales order:
* Ship
* Invoice
* Ship & Invoice
You must create a test codeunit that automatically selects one of these options. You need to create the test codeunit Which handler should you use?
SessionSettings Handle'
SendNotificationHandler
Recall Notification Hand let
StrMenuHandler
You have a query object named Items Query. You write code using an Items Query query variable. You need to export the Items Query query data to a file. Which SaveAs function should you use?
SaveAsExcel
SaveAsWoid
SaveAsHiml
SaveAsCsv
A company has extended Business Central.
You plan to submit the extension to AppSource.
You need to ensure that an application meets the technical requirements before submitting it for validation.
Which three actions should you perform? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Use the OnBeforeCompanyOpen event for improved sign in time
Include extension translation files with the submission.
Ensure the app file is digitally signed
Code all date fields in the mm-dd-yyyy format
Use data classification on all tables and extension fields.
A company uses Business Central.
The company plans to use the AL object model in Business Central to extend the Base Application.
You need to extend the objects.
Which two objects can you extend? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Codeunit
Report
Query
API page
Enum
HOTSPOT
You create a procedure to check if a purchase order has lines.
The procedure returns false for purchase order PO-00001 even though it has purchase lines.
You need to fix the code to get the correct result.
For each of the following statements, select Yes if the statement is true Otherwise, select No.
NOTE- Each correct selection is worth one point.
Question