OrderList
You are Dynamics 365 Finance developer.
You need to use the Extensible Data Security (XDS) framework to restrict access to the data in the Sales table from based on the customer group and the role of the user.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of the actions to the answer area and arrange them in the correct order.
OrderList
You are a Dynamics 365 Finance developer.
You have a report in an existing model that connects with the following objects:
In-memory table
Data provider class
Controller class
Contract class
The report is locked for modifications.
You need to create an extension of the in-memory table in a model and you add the new field to the 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.
MultipleChoice
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets 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.
You must create a new attribute class in which to mark other classes in the ISV solution and their respective methods with the error levels Warning and Error.
You have the following class: (Line numbers are included for reference only.)
You need to ensure that the compiler will report an error if code calls the bike method.
Solution:
Create the following attribute class:
Insert the following code at line 01:
Does the solution meet the goal?
OptionsMultipleChoice
A company uses Dynamics 365 Finance.
You implement an extension of a method named calc in Class
OptionsMultipleChoice
A company uses Dynamics 365 Finance.
You have an entity named Vend Vend orV2 Entity. You add a new column to the entity. You need to ensure that the new column is available in the entity (or data transfer activity. Which two actions should you perform? Each correct answer presents part of the solution. NOTE; Each correct selection is worth one point.
OptionsDragDrop
You are a Dynamics 365 Finance developer.
You need to configure integration between Dynamics 365 Finance and other tools.
Which integration types should you use? To answer, drag the appropriate integration types to the correct requirement. Each integration 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.
.
MultipleChoice
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets 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.
You must create a new attribute class in which to mark other classes in the ISV solution and their respective methods with the error levels Warning and Error You have the following class: (Line numbers are included for reference only.)
You need to ensure that the compiler will report an error if code calls the bike method.
Solution:
Create the following attribute class:
Insert the following code at line 04:
Does the solution meet the goal?
OptionsDragDrop
You are working on a project in Dynamics 365 Finance.
You use abstract and interface classes to implement the following requirements for the project:
* Child classes must have common private and public methods.
* All methods must be implemented in the child classes.
* You must be able to implement the methods of the parent class.
You need to select the type of class to use for each requirement.
Which class types should you use? To answer, drag the appropriate class types to the correct requirements. Each class 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.
OrderList
A business needs a free-text field on the All customers form to enter notes about shipment requests. The field must allow users to enter a large number of characters.
You need to create a new extended data type (EDT) for the form.
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.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select
MultipleChoice
You are a Dynamics 365 Finance developer.
You create an integer variable named inventQuantity.
You need to display the value from inventQuantity in an info statement.
Which code segment should you use?
Options