MB-820 無料問題集「Microsoft Dynamics 365 Business Central Developer」
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 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.
正解:C、F
解答を投票する
You plan to run a debug for a client.
You extend the Standard Sales - Invoice report to add a new requirement.
You create a Report Extension 'Ext Standard Sales - Invoice' with ID = 50100 and add the following lines of code. (Line numbers are included for reference only.)
![](https://www.jpntest.com/uploads/imgs/MB-820 V13.65/img_176_20250129.jpg)
The client informs you that the value of the New Total VATBaseLCY column is incorrect.
You need to run a debug to identify the cause.
Which four 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.
![](https://www.jpntest.com/uploads/imgs/MB-820 V13.65/img_177_20250129.jpg)
You extend the Standard Sales - Invoice report to add a new requirement.
You create a Report Extension 'Ext Standard Sales - Invoice' with ID = 50100 and add the following lines of code. (Line numbers are included for reference only.)
![](https://www.jpntest.com/uploads/imgs/MB-820 V13.65/img_176_20250129.jpg)
The client informs you that the value of the New Total VATBaseLCY column is incorrect.
You need to run a debug to identify the cause.
Which four 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.
![](https://www.jpntest.com/uploads/imgs/MB-820 V13.65/img_177_20250129.jpg)
正解:
![](https://www.jpntest.com/uploads/imgs/MB-820 V13.65/img_179_20250129.jpg)
Explanation:
Here's the process to follow in the correct sequence:
* In Visual Studio Code, locate the Ext Standard Sales - Invoice report extension from your application.
* The first step is to locate the specific extension you're working with so you can modify or inspect its code.
* Search where the NewTotalVATBaseLCY variable is being calculated and set a breakpoint on the line.
* To debug the issue, you need to place a breakpoint on the line where the NewTotalVATBaseLCY is calculated.
* Start debugging.
* Once the breakpoint is set, you begin the debugging process to examine the values and code execution.
* Use the step-over functionality.
* After starting the debugging, you will use the step-over functionality to move through the code line by line and observe the values of the variables.
You need to define the properties of the comments field of the Non-conformity page.
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.
![](https://www.jpntest.com/uploads/imgs/MB-820 V13.65/img_28_20250129.jpg)
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.
![](https://www.jpntest.com/uploads/imgs/MB-820 V13.65/img_28_20250129.jpg)
正解:
![](https://www.jpntest.com/uploads/imgs/MB-820 V13.65/img_30_20250129.jpg)
Explanation:
![](https://www.jpntest.com/uploads/imgs/MB-820 V13.65/img_31_20250129.jpg)
![](https://www.jpntest.com/uploads/imgs/MB-820 V13.65/img_33_20250129.jpg)
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?
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?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
You have the following XML file sample for the Items list:
![](https://www.jpntest.com/uploads/imgs/MB-820 V13.65/img_350_20250129.jpg)
You plan to create the next XML file by using an XMLport object.
You need to complete the code segment to export the file in the required format How should you complete the code segment? To answer, select the appropriate options in the answer area.
![](https://www.jpntest.com/uploads/imgs/MB-820 V13.65/img_351_20250129.jpg)
![](https://www.jpntest.com/uploads/imgs/MB-820 V13.65/img_350_20250129.jpg)
You plan to create the next XML file by using an XMLport object.
You need to complete the code segment to export the file in the required format How should you complete the code segment? To answer, select the appropriate options in the answer area.
![](https://www.jpntest.com/uploads/imgs/MB-820 V13.65/img_351_20250129.jpg)
正解:
![](https://www.jpntest.com/uploads/imgs/MB-820 V13.65/img_353_20250129.jpg)
Explanation:
![](https://www.jpntest.com/uploads/imgs/MB-820 V13.65/img_355_20250129.jpg)
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result these questions will not appear in the review screen.
A company plans to optimize its permission sets.
The company has the following permission sets:
![](https://www.jpntest.com/uploads/imgs/MB-820 V13.65/img_174_20250129.jpg)
You need to provide the following implementation for a third permission set:
* Create a new Permission Set C that is a composite of Permission Set A and Permission Set B.
* Assign Permission Set C to a user.
You need to ensure that the user has only read access to the Job table.
Solution: Set the IncludedPermissionSets property to Permission Set A and the Excluded PermissionSets property to Permission SetB.
Does the solution meet the goal?
After you answer a question in this section, you will NOT be able to return to it. As a result these questions will not appear in the review screen.
A company plans to optimize its permission sets.
The company has the following permission sets:
![](https://www.jpntest.com/uploads/imgs/MB-820 V13.65/img_174_20250129.jpg)
You need to provide the following implementation for a third permission set:
* Create a new Permission Set C that is a composite of Permission Set A and Permission Set B.
* Assign Permission Set C to a user.
You need to ensure that the user has only read access to the Job table.
Solution: Set the IncludedPermissionSets property to Permission Set A and the Excluded PermissionSets property to Permission SetB.
Does the solution meet the goal?
正解:B
解答を投票する