Skip to main content
Version: Next

Introduction to Navigation

The Navigation section of Process Studio is the heart of the user experience on the web portal. It allows you to structure data access, define dashboards, and organize workflows.

The system is based on a four-level hierarchy, from the global entry point down to the individual record.

graph TD
A[Navigation Bar] --> B[Navigators & Portals]
B --> C[Views & Widgets]
C --> D[Records & Forms]

sidebar_key: concepteurs-process-studio-navigation

πŸ“‚ Section Summary​

Below you will find all the guides organized by topic to master the configuration of your interface.

Views (The Data Engine)​

Views are the basic building blocks that extract and display your data.

Navigators group your views by business themes.

Navigation Bar (The Entry Point)​

This is the top horizontal menu that distributes access according to user profiles.

Extensions and Portals​

  • Portals: Creating interactive dashboards with widgets.
  • Script Library: Sharing C# code to extend view functionalities.

For efficient implementation, we suggest the following order:

  1. Prepare the Views: Define which columns and filters are needed.
  2. Organize the Navigators: Group your views by theme.
  3. Assemble the Navigation Bar: Create the final menu and link it to user profiles (Admin, Quality, etc.).