Reference Data

Views for users, organizational labels, the global labeling system, and root cause analysis.

These views provide foundational reference data used across all other modules: user records, the global labeling system, and root cause analysis structures. You will frequently join to these views from other domains.

Domain
Description
Views

User records with active status and organizational labels

2

Global label registry and generic object-label mappings

2

Why-why analyses and individual why entries

2

How these views relate

The users view is referenced by nearly every other view via created_by, updated_by, and assignee fields. Labels provide the filtering and grouping dimensions (department, area, line, etc.) used across all modules. Root cause analyses are linked to issues via issues_why_why_analyses and can spawn actions via linked_actions.

circle-info

Entity-specific label views (e.g., equipment_labels, users_labels) are usually more convenient than the generic object_labels view. Use the global views only when you need cross-entity label queries.

Last updated