The Governance Forms page (Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/gr/forms) renders GRFormsPage, which displays all fw_forms records where owning_core = 'gr' using the shared ModuleFormsPage platform component.
Overview
This page is a filtered view of the platform forms library, scoped to forms whoseowning_core is 'gr'. It uses the shared ModuleFormsPage component with moduleDisplayName="Governance". New forms can be created by navigating to /fw/forms/new?core=gr, subject to FW_PERMISSIONS.FORMS_CREATE (fw.forms.create).
Who it’s for
Requires permission:fw.forms.view (FW_PERMISSIONS.FORMS_VIEW). Users without this permission cannot access this route.
Before you start
- You must hold the
fw.forms.viewpermission. - To create new governance forms, you also need
fw.forms.createand must navigate to the Forms & Workflows module.
Steps
Browse or search forms
Use the search and filter controls provided by the
ModuleFormsPage component to locate a specific governance form.Open or launch a form
Click a form row to open its detail or submission view. The available actions depend on your permissions.
Key concepts
- owning_core — the
fw_forms.owning_corecolumn that scopes forms to a specific platform core ('gr'for governance). - ModuleFormsPage — shared PF-08 platform component that renders a filtered, permission-aware forms list.
Related
Governance & Compliance
Governance & Compliance core 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/gr.tsx
- src/cores/gr/pages/GRFormsPage.tsx
- src/platform/forms/ModuleFormsPage.tsx