Winter Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtreat

MB-820 Microsoft Dynamics 365 Business Central Developer Questions and Answers

Questions 4

You need to log an error in telemetry when the business process defined in the custom application developed for Contoso, Ltd fails.

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.

Options:

Buy Now
Questions 5

You need to call the Issue API action from the mobile application.

Which action should you use?

Options:

A.

POST/issues (88122e0e-5796-ec11-bb87-000d3a392eb5yMicrosoit.NAV.copy

B.

PATCH /issues {88122 eOe-5796-ed 1 -bb87-000d3a392eb5)/Mkrosotl.NAV.Copy

C.

POST /issues (88122e0e-5796-ec11 -bb87-000d3a392eb5)/Copy

D.

POST /issues (88122e0e-5796-ec11 -bb87-000d3a392eb5)/copy

E.

POST/issues(88122e0e-5796-ec11-bb87-000d3a392eb5)/MicrosoftNAV.Copy

Buy Now
Questions 6

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?

Options:

A.

Define actions in the area (reporting) before actions in the area (creation).

B.

Define the navigation menu in the area(processing).

C.

Define the navigation bar in the area (embedding).

D.

Add a source table on the Role Center page.

Buy Now
Questions 7

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.

Options:

Buy Now
Questions 8

You need to determine If you have unwanted incoming web service calls in your tenant during the last seven days.

Which two KQL queries should you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Options:

A.

B.

C.

D.

E.

Buy Now
Questions 9

You have a per tenant extension that contains the following code.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 10

A company is setting up a sandbox environment.

You observe the following issues in Visual Studio Code:

• When you open the User Settings window, no AL command is available

• In the Problems tab. the error 'The target page Customer List for the extension object is not found' is displayed.

You need to identify a solution for each issue.

Which solutions should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 11

You need to modify the API Customer list code to obtain the required 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.

Options:

Buy Now
Questions 12

You are developing an XMLport to export data from the parent Item table and a related child "Item Unit of Measure' table. The XMLport configuration must provide the following:

• Link the child table to its parent.

• Display a confirmation message after the XMLport runs.

You need to generate the XMLport.

What should you do? To answer, move the appropriate triggers to the correct requirements. You may use each trigger 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.

Options:

Buy Now
Questions 13

A company has a Business Central online environment.

You need to create an HTTP GET request that connects to an external REST service.

Which solution should you use?

Options:

A.

HttpContent data type variable

B.

Codeunit 1299 "Web Request Helper"

C.

Codeunit S459 "JSON Management"

D.

Codeunit 1297 "Http Web Request Mgt”

E.

HttpClient data type variable

Buy Now
Questions 14

A company owns and operates hotels, restaurants, and stores.

When the staff orders materials from the purchasing department, the requests are not directed to the correct approvers.

The staff requires a new field named Approver from which they can select the appropriate approver. The field must include the following options:

• Hotel manager

• Restaurant manager

• Store manager

• Purchasing manager

You need to create the Approver field in the Item table by using an AL extension.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Options:

Buy Now
Questions 15

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?

Options:

A.

shareLayout = false; Filters = where (Balance = filter (> 500), “Currency Code" = filter ("ICY*));

B.

SharedLayout - true; Filters - where (Balance ■ filter (> 506), “Currency Code" - filter ('LCY')>;

C.

SharedLayout - false; Filters - where ("Balance (ICY)" - filter (> 500));

D.

Sharediayout = true; Filters - where ("Balance (ICY)" - filter (> 500));

Buy Now
Questions 16

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?

Options:

A.

NavigatePage

B.

Card

C.

RoleCenter

D.

List

Buy Now
Questions 17

You need to improve performance when ticketAPI is used to analyze the POS data. What should you do?

Options:

A.

Set the ODataReadonlyGetEnabled parameter to True in the Business Central admin center.

B.

Set the AceesByPermission property to Read on the ticketAPI API page.

C.

Enable read scale-out on the Business Central database.

D.

Set the DataAccesslntent property to Readonly on the ticketAPI API page.

Buy Now
Questions 18

You need to populate the Incident Date and Status fields in the Room Incident table.

Which instructions or trigger should you use? To answer, select the appropriate options in the answer area

NOTE: Each correct selection is worth one point

Options:

Buy Now
Questions 19

You need to create the Install codeunit that is requited in the extension used for installing or updating the Housekeeping app.

Which data type or declaration should you use? To answer, select the appropriate options in the answer area.

NOTE; Each correct selection is worth one point.

Options:

Buy Now
Questions 20

You need to create the codeunit to read the POS terminal APIs.

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.

Options:

Buy Now
Questions 21

You need to define the tables used for the non-conformity entity.

What should you use?

Options:

A.

document history table to introduce the non-conformity entities

B.

document table to introduce the non-conformity entities

C.

supplemental table to introduce the non-conformity lines

Buy Now
Questions 22

You need to select the appropriate page types to solve the reporting requirements.

Which page types should you use? To answer, select the appropriate options in the answer area.

NOTE; Each correct selection is worth one point.

Options:

Buy Now
Questions 23

You need to define the properties for the Receipt No. field in the Non-conformity table when storing the information to the purchasing department

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.

Options:

Buy Now
Questions 24

You need to assist the development department with setting up Visual Studio Code to design the purchase department extension, meeting the quality department requirements.

How should you complete the app.json file? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 25

You need to develop the report Subcontract Documents Excel List that is required by the control department.

You have the following code:

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 26

You need to create the configuration table and page for the non-conformity functionality.

Which table configurations should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point

Options:

Buy Now
Questions 27

You need to define the data types for the fields of the N on-conformity table.

Which two data types should you use? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Integer for the N on-conformity Number field

B.

Date Time for the Non-Conformity Date field

C.

Char for the Non-Conformity Number field

D.

Date for the Non-Conformity Date field

E.

Code for the Non-Conformity Number field

Buy Now
Questions 28

You need to add a property to the Description and Comments fields with corresponding values for the control department manager.

Which property should you add?

Options:

A.

Description

B.

Caption

C.

ToolTip

D.

InstructionalText

Buy Now
Questions 29

You need to evaluate the version values of the Quality Control extension to decide how the quality department must update it.

Which two values can you obtain in the evaluation? Each correct answer presents part of the solution. Choose two.

NOTE: Each correct selection is worth one point.

Options:

A.

AppVersion - 1.0.0.1

B.

AppVersion = 1.0.0.2

C.

DataVersion = 0.0.0.0

D.

DataVersion = 1.0.0.1

E.

DataVersion = 1.0.0.2

Buy Now
Questions 30

You need to define the XML file properties for the accounting department.

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.

Options:

Buy Now
Questions 31

You need to edit the code to meet the formatting requirements on the Subcontract Document List for the control department.

Which formatting should you use?

Options:

A.

B.

C.

D.

E.

Buy Now
Questions 32

You need to configure the Subcontract Docs extension to translate the fields.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Options:

Buy Now
Questions 33

You need to create the code related to the Subcontract Documents table to meet the requirement for the quality department.

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.

Options:

Buy Now
Exam Code: MB-820
Exam Name: Microsoft Dynamics 365 Business Central Developer
Last Update: Feb 18, 2025
Questions: 113
MB-820 pdf

MB-820 PDF

$33.25  $94.99
MB-820 Engine

MB-820 Testing Engine

$38.5  $109.99
MB-820 PDF + Engine

MB-820 PDF + Testing Engine

$50.75  $144.99