Skip to main content
This section provides reference documentation for the pre-configured form layouts that support automotive safety work items such as hazards, failure modes, and system requirements.

Available Form Layouts

Hazard Form Layout — Comprehensive form configuration for hazard work items used in HARA analysis, with fields for operational context, severity/exposure/controllability assessment, and ASIL classification. Failure Mode Form Layout — Form layout for failure mode work items (system, design, and process FMEA), including fields for FMEA scoring (severity, occurrence, detection) and risk control linkage. System Requirement Form Layout — Form configuration for system requirement work items with traceability fields, verification test case links, and functional vs. safety requirement classification.

Layout Principles

Form layouts in Polarion are role-based user interface configurations stored in .polarion/hats/*/tracker/*-form-layout.xml. They determine:
  • Field visibility: Which custom fields appear and in what order
  • Field grouping: Logical sections (e.g., “HARA Classification”, “Risk Control”)
  • Required vs. optional: Validation rules for mandatory fields during workflow transitions
  • Read-only constraints: Fields locked for certain roles or workflow states
  • Conditional visibility: Fields shown/hidden based on work item type or other values
Each form layout is scoped to a role (e.g., Safety Engineer, Design Engineer) and a work item type (e.g., Hazard, Failure Mode). When creating new roles or modifying field visibility, update the corresponding form layout XML file and reload the Polarion UI cache.

Common Form Layout Patterns

PatternExamplePurpose
Sequential sectionsSituation → Identification → Assessment → MitigationGuide users through a workflow step-by-step
Grouped by domainSystem Elements, HARA, Safety GoalsOrganize related fields visually
Read-only after approvalFields locked in “Approved” workflow stateEnforce data integrity after sign-off
Conditional fieldsShow “mitigation target” only if AP = HighReduce cognitive load by hiding irrelevant fields
Expandable sectionsDescription, notes, attachmentsSave screen space for long-form content

Cross-References

  • Custom Fields — Learn about the individual fields that appear in form layouts
  • Work Item Types — Understand the structure of hazards, failure modes, and requirements
  • Workflows — See how form visibility changes across document workflow states