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
- A. Create two display menu items, each with a different value in the Enum Parameter property.
- B. Create a single output menu item, and change the Copy Caller Query property to Yes.
- C. Create two display menu items, each with a different value in the Enum Type Parameter property.
- D. Create two output menu items, each with a different query in the Query property.
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.