Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Microsoft MB-820 - Microsoft Dynamics 365 Business Central Developer

Page: 2 / 4
Total 117 questions

A company uses Business Central.

The company has sales orders that have a different location in the header than in the customer's card. You plan to add a check on sales order posting.

The check must meet the following requirements.

• Sales Order must have the same Location Code as the Location Code set up on the customer's card.

• Must not be run in preview mode.

• Must be run even if the user is only shipping items and not invoicing.

You create an event subscription for codeunit 80 "Sales-Post" You need to identify which event to subscribe to Which event should you identify?

A.

B.

C.

D.

You need to use a query data type to retrieve requited data.

How should you complete the code' To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

You create the following Vendor table and Item table in Business Central.

You require the following data set to assign vendors to items.

You need to create a query to assign the vendors.

Which three code blocks should you use to develop the solution? To answer, move the appropriate code blocks from the list of code blocks to the answer area and arrange them in the correct order.

NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

You are developing an app that will be published to Microsoft AppSource.

The app requires code analyzers to enforce some rules. You plan to add the analyzers to the settings.json file.

You need to activate the analyzers for the project.

Which three code analyzers should you activate to develop the app for AppSource? Each correct answer presents part of the solution

NOTE: Each correct selection is worth one point.

A.

CodeCop

B.

UlCop

C.

a custom rule set

D.

PerTenantExtensionCop

E.

AppSourceCop

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?

A.

Create a separate test runner codeunit that has Message Handler and Confirm Handler methods.

B.

Create the Message Handler and Confirm Handler methods in the test runner codeunit.

C.

Create a separate test codeunit that has Message Handler and Confirm Handler methods.

D.

Create the Message Handler and Confirm Handler methods in the test codeunit.

A company has the following custom permission set:

You need to make the permission set visible on the Permission Sets page.

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.

NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

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.

You have a custom app.

A warning for the rule code named AAOXYZ appears in multiple app objects.

You need to change the severity of the rule from Warning to Info for only the current app.

Which three actions should you perform? Each correct answer presents part of the solution. Choose three.

NOTE: Each correct selection is worth one point.

A.

Add the following ruleset object to the ruleset.json file:

B.

Open the Visual Studio Code user settings.json file.

C.

Open the Visual Studio Code project settings.json file.

D.

Add the following ruleset object to the ruleset.json file:

E.

Change the "al.enableCodeAnalysis" property value to "false".

F.

Add the "al.ruleSetPath" property with a path to the ruleset.json file.

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

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.