/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
1
Open Governance Forms
Navigate to
/gr/forms. The page lists all forms with owning_core = 'gr'.2
Browse or search forms
Use the search and filter controls provided by the
ModuleFormsPage component to locate a specific governance form.3
Open or launch a form
Click a form row to open its detail or submission view. The available actions depend on your permissions.
4
Create a new governance form (admins only)
If you hold
fw.forms.create, click the create action. You will be directed to /fw/forms/new?core=gr in the Forms & Workflows module.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