Microsoft Dynamics 365 for Finance and Operations (legacy) — Question 1

You are an Independent Software Vendor (ISV) developer who is working with an existing solution.
The business requirements state that there should be two views of detail data from a parent form.
The business logic of the child forms is similar, but they have slightly different logic for selecting detail data. You conclude that you can meet the requirements by using a single child form.
What should do on the child form to ensure the business requirements are fulfilled?

Answer options

Correct answer: D

Explanation

The correct answer is D because creating two output menu items with different queries allows for the distinct selection of detail data for each view, thus fulfilling the business requirements. Options A and C incorrectly suggest using display menu items, which do not provide the necessary output functionality. Option B does not address the requirement for distinct queries to select the appropriate detail data.