Creating a View
Introduction
This guide walks you through creating and configuring your first view in Process Studio. We will use the creation of a view displaying all customer complaints as an example.
Step 1: Creating the View
- Open Process Studio.
- In the left menu, go to Navigation → Views.
- Click the New button in the ribbon.
- In the General tab, fill in the properties:
- View Name:
QIMReclaToutes(use a technical name, without spaces). - Description:
QIM: List of all customer complaints. - Category:
Complaints.
- View Name:
Step 2: Data Selection (Conditions Tab)
The Conditions tab allows you to define the data source and fields to return.

Standard Method (Drag and Drop)
- Go to the Conditions tab.
- In the Forms area, click Add and select the source form (e.g.,
Customer Complaint). - In the Fields area, move fields using the arrows from the center list to the left list.
Recommended fields for the example:
id(essential for opening the record)referencecreated_bycreation_datecurrent_activity(workflow step)
Advanced Mode (SQL)
For 90% of complex views (calculations, icons, specific joins), designers use Advanced Mode:
- Check the Advanced mode box in the top right.
- Enter your SQL query directly in the editor.
[!TIP] To master complex queries (CTE, icons, joins), consult our dedicated guide: Advanced View Configuration (SQL).
Step 3: Display Configuration (Columns Tab)
This tab defines the appearance of columns in the final table.

- Go to the Columns tab.
- Order: Reorganize columns by drag and drop to define the display order.
- Column Settings: Select each column to refine its configuration:
- Title: Modify the labels displayed on the Web.
- Width: Set a fixed width or leave blank for automatic adaptation.
- Sort: Define the default sort (e.g.,
Creation DateDescending). - Link: Configure navigation to open the record when clicking on the row.
Step 4: Data Filtering (Filters Tab)
If you want to restrict data (e.g., only see the current year), use the filtering section.
- Go to the Filters tab.
- In the Filter query portion area, add your SQL conditions.
Note: Always start your condition with
AND.
To learn more about dynamic search panels, see the article Filtering and Pre-filters.
Step 5: Save and Publish
- Click Save in the Edit menu.
- Process Studio will ask if you need to "Rebuild the view". Answer Yes. This operation physically creates the SQL view in the database.
Step 6: Test the View
You can test the result without leaving Process Studio:
- Right-click on your view in the tree.
- Click Open.
- A window previews the data as it will appear on the Web.
Next Steps
Once your view is operational, it must be integrated into the navigation system:
- Add it to a Navigator.
- Link this navigator to a Navigation Bar.
See also: