Skip to content

Settings — Matter Templates

The Settings ▸ Matter Templates page is the admin authoring surface for reusable matter creation templates. Each template defines the defaults the New Matter wizard pre-fills — type, status, assigned staff, sharing rules, and required documents — so creating a matter is a one-click operation when the practice area is well-modeled.

Settings Matter Templates — Acme Financial Group demo tenant

Standard PageHeader with the title Matter Templates and a one-line description noting that built-in templates are read-only. The New Template button sits to the right.

Each row carries:

  • Template name + description
  • 🔒 Built-in badge for the seeded read-only templates
  • Parent template name (if inherited)
  • Matter type
  • Row actions (Edit, Duplicate, Delete) — Edit and Delete are disabled on built-ins

The create / edit slide-out captures:

  • Name and description
  • Parent template picker (for inheritance)
  • Matter type from Settings ▸ Managed Lists ▸ Matter Types
  • Default status / sub-status
  • Assigned staff template (which roles auto-assign)
  • Sharing defaults
  • Required documents checklist

The platform ships with a set of seeded templates representing common practice areas. They cover:

  • Real Estate (with Purchase / Sale / Refinance child variants)
  • Estate Planning
  • Corporate / Commercial
  • Litigation
  • Family Law
  • Immigration
  • Tax

Built-ins are read-only. You can use them, duplicate them into custom templates, but never edit or delete the seeded versions. This is enforced server-side — a forced PATCH on a built-in returns 403.

A custom template can pick another template as its parent. Inheritance is single-level (no chains beyond parent → child) and field-by-field:

  • Every field on the child is initially the parent’s value
  • Overriding any field on the child unsets the inheritance for that field only
  • Removing the override re-inherits

The parent name displays inline on each child template’s row so you can see the inheritance graph at a glance.

When a user starts a new matter:

  1. The wizard’s first step shows a template picker
  2. Picking a template pre-fills type, status, assigned staff, sharing, and required-doc checklist
  3. The user can override any field per-matter
  4. Required-document checklist becomes a “Documents to upload” tracker on the matter detail page
RoleViewUse in wizardCreate/edit customDelete custom
Owner / Admin
Member(in wizard only)
Viewer

Built-ins are server-enforced read-only for every role including Owner.

ActionEvent
Creatematter_template.created
Updatematter_template.updated
Duplicatematter_template.duplicated
Deletematter_template.deleted

Events surface in Settings ▸ Audit Log.

SymptomMost likely causeFix
Cannot deleteHas child templates inheritingRe-parent or delete children first
Built-in uneditableRead-only server-sideDuplicate to a custom version
Required doc not enforcedWizard cached pre-templateRefresh wizard
Inherited field staleParent change post-dates child renderRe-save child to refresh inheritance
Save failsName emptyFill name (required)