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

You are the programmer on a project and are asked to develop an item that is flexible, allows the user to modify ranges, changes parameter criteria at run time, and allows for sorting.
Which key object meets these requirements?

Answer options

Correct answer: B

Explanation

The correct answer is B, Query, as it is specifically designed to handle dynamic data retrieval with flexible parameters and sorting capabilities. Options A (View) and C (Table) do not provide the same level of flexibility in terms of runtime parameter modification and sorting. Option D (Map) is primarily used for key-value pair storage and does not inherently support the required functionalities.