Skip to main content

Portal

The Portal is a dedicated access layer for people who should work with selected centraQuest content without receiving the full internal WebUI. It is used for customer, supplier, partner, project, employee, or specialist portals.

Unlike the internal WebUI, the Portal is usually tailored to a specific audience. It exposes selected pages, boxes, document lists, forms, downloads, and workflows through a simplified interface. Visibility is controlled by portal pages, object permissions, portal ACLs, user roles, and customer-specific templates.

Documentation

Typical Use Cases

  • customer portals for documents, forms, and communication
  • supplier portals for document exchange and task feedback
  • project portals with selected project documents and status information
  • employee portals for internal self-service scenarios
  • specialist portals with simplified access to selected centraQuest processes

Main Concepts

ConceptPurpose
Portal pageNavigable page object rendered through a portal master template.
BoxReusable content block placed into a configured page zone.
ZoneNamed layout area such as top, left, right, bottom, or customer-specific mappings.
ContentDocument or web content attached to a portal page.
ProfileForm or table definition reused by portal templates.
ACLOptional visibility restriction on pages, boxes, and objects.
Anonymous userTechnical user used before a visitor is logged in.

Entry Points

The standard Portal URL is based on the configured portal prefix. In most installations this is /portal.

Common routes include:

RoutePurpose
/portal/page?id=<page-id>Opens a portal page.
/portal/mainOpens the configured main portal template.
/portal/loginProcesses portal login requests.
/portal/logoutEnds the portal session.
/portal/view?id=<object-id>Opens an object in view mode.
/portal/edit?id=<object-id>Opens an object in edit mode.
/portal/searchOpens or executes portal search.
/portal/adminOpens the portal administration page.

Relationship to WebUI

The WebUI is the internal workspace for regular centraQuest users. The Portal is a curated frontend for selected interactions. Both use the same DMS object model, permissions, sessions, profiles, and templates, but the Portal deliberately hides most internal complexity.

Use the WebUI when users need full internal processing. Use the Portal when users should only see a task-focused, customer-specific surface.