Microsoft MB-500 Practice Test - Questions Answers, Page 28

List of questions
Question 271

A company requires a Power Apps app that will enable users to view and create new leads in Dynamics 365 from the app. The data is in a custom entity named LeadsTable, which is not accessible outside Dynamics 365. You need to make the data available outside Dynamics 365. What should you do?
Question 272

A company uses Dynamics 365 Finance
You implement the Insert method for a table you create. The class must meet the following requirements:
* If FieldA is equal to 'Hello.' then FieldB must save the integer value 10.
* If FieldA is equal to 'World,' then FieldB must save the integer value 20.
* Otherwise FieldB must save the integer 0.
You need to implement the code
Which two code segments can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A)
B)
C)
D)
Question 273

HOTSPOT
You are a Dynamics 365 Finance developer.
You have the following code: (Line numbers are included for reference only.)
You need to evaluate the code
What is the correct output for the method? To answer, select the appropriate option in the answer area.
Question 274

HOTSPOT
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.
Question 275

A company uses Dynamics 365 finance and operations apps.
A customer wants to ensure future customizations or application upgrades do not interfere with or interrupt business process steps. The customer must document the business process steps a user performs in the user interface.
You need to select the options for exporting a task recording for testing.
Which three options could you select? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Question 276

DRAG DROP
A company is creating custom functionality to manage rentals by using Dynamics 365 Supply Chain Management. You need to create menu items for the following business processes:
* Create new rental in a form grid.
* View a list of all rental assets in an interactive form.
* Create late fee charges once a week based on unreturned items.
You need to create the menu items.
Which menu item types should you use? To answer, drag the appropriate menu item types to the correct business process. Each menu item type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Question 277

A company uses Dynamics 365 finance and operations apps.
The company must implement the Excel Add-in to allow for data modification outside of Dynamics 365 finance and operations apps.
The company must modify the standard fields displayed for a particular entity to include additional columns.
You need to add the additional columns.
Which field group should you add the columns to?
Question 278

A company is using a Dynamics 365 finance and operations app.
The accounting department requests two custom fields named CusStatus and CusDiscount for the header of the sales invoice SSRS report The custom fields are in the SatesTable table.
You create a duplicate of the report design and add the two new fields to a temporary table by using the following extension:
You need to populate the new fields by using Chain of Command (CoQ
Solution: Declare the SalesTable table on line 06 and insert a new line after line 06 to declare the SaleslnvoiceHeaderFooterTmp table ^Populate the new fields by using the custlnvoiceJour parameter with a reference to SalesTable
Does the solution meet the goal?
Question 279

A sales manager wants to display a tile that shows the total number of orders processed each hour.
You need to create a key performance indicator (KPI) that meets the requirement.
Which two components should you create? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Question 280

DRAG DROP
You have an Azure DevOps project that has Dev and Test branches.
The Test branch is used for deploying artifacts in a test environment.
You must merge code from the last Dev branch and check-in the code to Test.
In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
Question