Free MB-500 Exam Braindumps (page: 18)

Page 17 of 66
View Related Case Study

You are a Dynamics 365 Finance developer.

You must extend the validate method of the SalesLine table by using Chain of Command. The value of a variable named SalesPrice must be greater than or equal to zero when adding new lines.

You need to create an extension class.
Which two code segments can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.





Answer(s): A,D

Explanation:

Incorrect Answers:
B: Can't use = false in the 4th line.
C: Second line must be start final class, public class


Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/validations-defaults-unmapped-fields
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/method-wrapping-coc



View Related Case Study

You are a Dynamics 365 Finance developer. You have the following Extended Data Types (EDTs):

You plan to modify the EDT properties by using an extension. You need to determine which operations can be performed. Which operation is possible?

  1. Create an extension for AccountBase and decrease the field size.
  2. Create an extension for AccountId and increase the field size.
  3. Create a derived EDT for AccountId and decrease the field size.
  4. Create an extension for AccountBase and increase the field size.

Answer(s): D

Explanation:

You can only set the new String size to a value equal to or larger than the base EDT value.

Incorrect Answers:
B, C: You can only modify the value if the EDT does not extend from another EDT.


Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/modify-edt



View Related Case Study

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.

You are adding a new field to the SalesTable form.
You must use an extension to add a status field onto the form.

You need to create the extension in the Application Object Tree (AOT) and add the extension to the demoExtensions model.

Solution: Navigate to the user interface forms node for the SalesTable form and modify the form.
Does the solution meet the goal?

  1. Yes
  2. No

Answer(s): B

Explanation:

Instead navigate to the user interface forms section for the SalesTable form and create an extension.

Note: In Dynamics 365 Finance and Operations, the new fields will need to be added via a table extension. Create the extensions on the SalesTable.


Reference:

https://stoneridgesoftware.com/how-to-extend-sales-order-update-functionality-to-custom-fields-in-d365-finance-and-operations/



View Related Case Study

HOTSPOT (Drag and Drop is not supported)
You are a Dynamics 365 Finance developer.

You need to add a new status named InTransit to the SalesTable.SalesStatus field and use the status in code. What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Hot Area:

  1. See Explanation section for answer.

Answer(s): A

Explanation:




Box 1: Create an extension of SalesStatus
To modify properties on an existing field in a table, you must first create an extension for the table.
Box 2: SalesStatus::InTransit
Incorrect Answers:
Overlay: Overlaying code, the now-outdated way to implement customer-specific functionality under Dynamics AX, involved customizing programming within Microsoft’s code and recompiling the application.


Reference:

https://docs.microsoft.com/sv-se/dynamics365/fin-ops-core/dev-itpro/extensibility/modify-existing-field
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/extensible-enums






Post your Comments and Discuss Microsoft MB-500 exam with other Community members:

MB-500 Exam Discussions & Posts