You are creating a new form in Visual Studio.
You need to apply the Simple List pattern and apply the pattern to a form.
What are the two possible ways to achieve the goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Click on the arrows to vote for the correct answer
A. B. C. D.AD.
A: In Microsoft Visual Studio, on the Dynamics 365 menu, expand the Add-ins option, and click Run form patterns report.
A background process generates the report.
After several seconds, a message box appears in Visual Studio to indicate that the report has been generated and inform you about the location of the Form Patterns report file.
You can filter this file by pattern to find forms that use a particular pattern.
D: Right-click Design, point to Apply pattern, and then click Details Master.
http://axtechsolutions.blogspot.com/2018/09/form-patterns-in-d365.htmlThe Simple List pattern is a commonly used design pattern in Dynamics 365 for Finance and Operations that displays data in a simple, tabular format. To apply this pattern to a new form in Visual Studio, there are two possible ways to achieve the goal:
Option A: Use form statistics
Option B: Use the Application Object Tree (AOT)
Both options achieve the same result, which is applying the Simple List pattern to the form. Option A uses the form statistics to set the pattern property, while Option B uses the AOT to set the property. Choosing either option depends on personal preference and familiarity with the tools.