The Validation Rules page provides a tabbed hub for managing data validation rules, reviewing analytics on rule activations and failures, and configuring validation settings. It is reached atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/settings/validation-rules.
Overview
The page is gated bypf.validation_rules.view (via RequirePermission). It renders three tabs:
- Rules —
ValidationRulesListPage: list and CRUD management of validation rules. - Analytics —
ValidationAnalyticsReport: charts and tables showing rule activation frequency and failure rates. - Settings —
ValidationSettingsSection: organization-level validation configuration.
organizationId as a prop.
Who it’s for
Requirespf.validation_rules.view (route guard via RequirePermission).
Before you start
- No prerequisites for viewing. Rules are loaded automatically for the current organization.
- Creating or modifying rules may require additional permissions.
Steps
- Navigate to Settings → Validation Rules (
/settings/validation-rules). - Review existing rules in the Rules tab.
- Create a new rule using the action button within the Rules tab.
- Switch to Analytics to review rule activation data.
- Use Settings to configure organization-level validation behavior.
Related
Platform Foundation
Platform Foundation overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/validation/pages/ValidationRulesPage.tsx
- src/platform/validation/components/ValidationRulesListPage.tsx