Creating a workspace
The workspace provides an area for everything a user will need for a task or group of tasks. The workspace should be able to display all of the key information without scrolling, and is structured as a horizontal space with the following sections:
- Tiles
- Tabbed lists of key data
- Charts (Optional)
- Power BI (Optional)
- Related information, for example, links to key forms
The dashboard is normally created once we have completed most of the solution; otherwise, we will have nothing to add. The pattern can be easily transposed to your own requirement.
How to do it...
To create the workspace, follow these steps:
- Create a new form and name it
ConWHSVehicleWorkspace
. - Apply the
Workspace Operational
pattern to theDesign
node.
Note
You can also use the Workspace, which provides a simpler design where we will only show tiles and links.
- Complete the
Caption
property asVehicle management workspace
. - Add a
Tab
control and call itPanoramaTab
, following the idea that we will name controls along the...