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.
A company uses Dynamics 365 finance and operations apps.
You have a custom enumeration named CarType. The enumeration has the following elements: Sedan, SUV.
You must extend CarType and add a new element named MUV to CarType.
You need to develop a solution that meets the requirements.
Solution: Set the Is Extensible property to true for the CarType enumeration. Create a new enumeration to add the MUV element.
Does the solution meet the goal?
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.
A company uses Dynamics 365 finance and operations apps.
You have a custom enumeration named CarType. The enumeration has the following elements: Sedan, SUV.
You must extend CarType and add a new element named MUV to CarType.
You need to develop a solution that meets the requirements.
Solution: Set the Is Extensible property to true for the CarType enumeration. Create an extension for the CarType base enumeration to add the MUV element.
Does the solution meet the goal?
A company is implementing Dynamics 365 Supply Chain Management.
A developer creates a new form in Visual Studio. The developer must conduct manual unit testing on the functionality of the form before releasing it for functional testing by non-developers.
You need to preview the new form to conduct manual unit testing.
Which action should you conduct first on the form object?
An organization has 1,000 vendors that are part of a vendor group named Employee. You have a field named DIvTerm that is used to describe the delivery terms for a vendor.
You need to set the value of DIvTerm to Cash for all vendors in the vendor group. You must update all vendor records in the vendor group as a single bulk operation.
Which two code segments can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A company is implementing Dynamics 365 Finance.
You implement a risk rating for vendors. The risk rating is on the Vendor form.
The rating is determined by a vendor's on-time delivery performance as well as their credit rating. The risk rating consists of the following values:
1 = Good
2 = Medium
3 = Risky
The company plans to implement purchase requisitions. The company wants to prevent purchase orders from being confirmed when a vendor's risk rating is set to Risky. You need to implement the functionality. What should you do?