You are working on a Dynamics 365 Finance project with multiple developers contributing to the same codebase.
During a code check-in, you encounter a conflict where changes made by another developer overlap with changes you implemented.
You need to resolve the code conflict.
Which actions should you perform? To answer, move the appropriate actions to the correct merge scenarios. You may use each action once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

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 must extend the class SalesLineType and add a new method that returns the day of week for the system’s current date as an integer value.
You need to create a class that extends SalesLineType and adds the new method.
Solution: You create the following code:

Does the solution meet the goal?
A company uses Dynamics 365 Finance.
You create a new extension for a standard table.
You need to add a new method in the extension.
Which five 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.

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)
