Create a Form with Vertical Tabs for Better User Experience

Microsoft Dynamics 365: Finance and Operations Apps Developer Exam MB-500 Question Solution

Question

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 create a new form in a project.

You need to display tabs in a vertical alignment.

Solution: Apply the Simple List pattern.

Does the solution meet the goal?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B.

A.

https://docs.microsoft.com/sv-se/dynamics365/fin-ops-core/dev-itpro/user-interface/simple-list-details-form-pattern

The solution provided of applying the Simple List pattern does not meet the goal of displaying tabs in a vertical alignment.

The Simple List pattern is a design pattern used for displaying a list of items in a simple and consistent way, typically in a horizontal alignment. It is not designed to display tabs in a vertical alignment.

To display tabs in a vertical alignment, a different approach is needed. One possible solution is to use a Vertical Tab Control, which is a user interface control that displays a set of tabs vertically down the side of a form or page. This allows the user to quickly navigate between different sections of the form or page, without taking up valuable horizontal space.

In conclusion, the solution of applying the Simple List pattern does not meet the stated goal of displaying tabs in a vertical alignment. Another solution, such as using a Vertical Tab Control, would be more appropriate.