The Edit Decision Table screen provides a full editor for a decision table’s metadata, rule grid, test panel, and version history and is available 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.
/fw/decision-tables/:id/edit.
Overview
This screen serves both create (whenid === 'new', routing from /fw/decision-tables/new) and edit flows. Table metadata (name, description, hit policy) is editable inline. The rule grid (DecisionTableGrid) displays input and output columns with editable cells. Four tabs organize the editor: rule grid, test panel (DecisionTableTestPanel), version history (DecisionTableVersionHistory), and a rule evaluations audit log (RuleEvaluationsAuditLog). Actions include save draft, publish (DecisionTablePublishDialog), archive, and delete. Edit actions are gated by fw.decision_tables.manage (canManage).
Who it’s for
Requires permission:fw.decision_tables.manage (FW_PERMISSIONS.DECISION_TABLES_MANAGE) to perform edits. Viewing is gated by fw.decision_tables.view.
Before you start
- Hold
fw.decision_tables.manageto create or edit tables. - Access from the Decision Tables list or navigate directly with a valid
id.
Steps
Key concepts
- Hit policy — how multiple matching rules are resolved (e.g., first, all); see
HIT_POLICY_LABELS. - Input columns / Output columns — structured condition and result definitions for each rule row.
- Publish — moves the table from
drafttopublishedstatus, making it available to automations.
Related
Forms & Workflow
Forms & Workflow core overview.
Governance & parity
Documentation coverage and governance.
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/fw.tsx
- src/cores/fw/pages/DecisionTableEditorPage.tsx
- src/cores/fw/types/decision-tables.ts
- src/platform/permissions/constants.ts