Cadence IP
Cadence IP
Toggle sidebar
No results
Documentation

Matter Type Configuration

Matter types are the backbone of Cadence IP. Each matter type defines how a category of work behaves — its workflow steps, custom fields, contact roles, templates, automations, and AI guidance. This guide walks through every configuration option in detail.

Overview

What matter types control and why they matter

A matter type is a template that defines the structure for an entire category of work. When you create a new matter, you select its type, and the matter inherits all the configuration: which steps it will move through, what data fields are available, which contact roles can be assigned, and what templates and automations apply.

Most IP practices will have several matter types. A patent prosecution firm might configure:

  • AU Provisional Patent — simple workflow, few fields, 12-month deadline focus
  • PCT Application — international phase with ISR, written opinion, national phase entry deadlines
  • AU Standard Patent — full examination lifecycle from filing through grant
  • Trademark — application, examination, opposition, registration, renewal
  • Design Registration — filing, formalities, registration

Each type can be configured independently, so your trademark workflow is completely separate from your patent workflow. Navigate to Settings → Matter Types to manage your types.

General settings

The general settings tab controls the basic identity and display options for the matter type.

Setting Description
Name The display name shown throughout the app (e.g., "PCT Application")
Description A short explanation of when this type should be used. Shown when creating new matters.
Show Next Deadline When enabled, the matter header displays the next upcoming deadline field and its date, giving immediate visibility.
Show Next Task When enabled, the matter header displays the next incomplete task, keeping the current action item front and centre.

Header visibility

Enabling both "Show Next Deadline" and "Show Next Task" gives attorneys an at-a-glance summary when they open any matter. For matter types with critical deadlines (like convention deadlines or examination due dates), this is highly recommended.

Steps configuration

Define the workflow stages for this matter type

Steps represent the stages a matter moves through from beginning to end. Each step has a name and a position in the sequence. Navigate to the Steps tab on your matter type.

Filing
Formalities
Examination
OA Response
Acceptance
Grant
Closed
Step configuration for an AU Standard Patent workflow

Key concepts:

  • Start Step — The step new matters begin at. Every type must have exactly one start step.
  • End Steps — Steps that mark a matter as closed. You can have multiple end steps (e.g., "Grant" and "Abandoned").
  • Step Transitions — Define which steps a matter can move to from its current position. This prevents accidental jumps (e.g., a matter at "Filing" should not jump directly to "Grant").

Transitions are optional

If you do not configure transitions, matters can move freely between any steps. Transitions add guardrails once your team is comfortable with the workflow.

Trademark workflow with branching

Trademarks can branch at examination: if an office action is raised, the matter moves to "OA Response". If the mark is accepted straight away, it moves directly to "Acceptance". Transitions let you model both paths:
  • Examination → OA Response
  • Examination → Acceptance
  • OA Response → Acceptance
  • Acceptance → Registration

Fields configuration

Custom data fields for storing matter information

Fields define what data is captured for each matter of this type. Navigate to the Fields tab. Each field has a data type, and several optional flags that control its behaviour.

Data types

Type Description Example
String Single-line text Application No, Country, Title
Text Multi-line rich text Abstract, Instructions, Notes
Number Numeric values Number of Claims, Fee Amount
Date Calendar dates Filing Date, Priority Date, Grant Date
List Dropdown with predefined options Status, Country, Class
Calculated Date Date derived from another date field using a formula Convention Deadline, Examination Direction

Field options

Option Effect
Group Organise fields into collapsible groups on the matter page (e.g., "Dates", "Parties", "Application Details")
Default Value Pre-fill the field when a new matter is created. Useful for fields like Country that are usually "AU".
Unique Prevents duplicate values across matters. Essential for Application Number fields.
Deadline Marks a date field as a deadline. Deadline fields appear in the Deadlines view and on the calendar.
Pinned Displays the field in the matter header for at-a-glance visibility without scrolling.

Calculated date formulas

Calculated date fields derive their value from another date field using a simple formula. The formula specifies an offset in months or years from a source field. When the source field changes, the calculated date updates automatically.

Common calculated date formulas

  • Convention Deadline = Priority Date + 12 months
  • PCT National Phase Deadline = International Filing Date + 30 months (or 31 months for some jurisdictions)
  • Direction to Request Examination = Filing Date + 5 years (AU standard patents)
  • Acceptance Deadline = First Examination Report Date + 12 months
  • Trademark Renewal = Registration Date + 10 years

Calculated dates depend on their source field

If the source field is empty, the calculated date will also be empty. Ensure your data entry process captures source dates early so calculated deadlines are populated.

Roles configuration

Define the contact types linked to each matter

Roles specify the types of contacts that can be associated with a matter. Navigate to the Roles tab. Each role has a name and can be linked to one or more contacts from your contacts database.

Typical patent roles

  • Applicant — the entity applying for the patent (client)
  • Inventor — the individual(s) named as inventors
  • Attorney — the responsible attorney within your firm
  • Foreign Associate — the overseas agent handling the foreign filing
  • IP Australia Contact — the patent office examiner (if assigned)

Roles are used extensively throughout the system:

  • Email templates — send to contacts in a specific role (e.g., send the examination report to the Applicant)
  • Document templates — insert contact details from roles (e.g., the Applicant's address in a letter heading)
  • Invoice templates — set the payer role to determine who receives the invoice
  • Automations — assign roles automatically when a matter is created

Email templates

Pre-formatted emails with automatic data substitution

Email templates let you compose standardised correspondence that pulls in matter data automatically. Navigate to the Email Templates tab on your matter type.

Each email template has:

  • Name — internal label (e.g., "Convention Deadline Reminder")
  • Subject — email subject line, can include variables
  • Body — rich text content with variable placeholders
  • Recipient Roles — which role contacts receive the email (Applicant, Foreign Associate, etc.)

Variable syntax

Use the following variable patterns in your email subject and body:

Variable Resolves to
$field.Application No The value of the "Application No" field on the matter
$field.Filing Date The formatted date from the "Filing Date" field
$role.Applicant.display_name The display name of the contact in the Applicant role
$role.Applicant.email The email address of the Applicant contact
$matter_id The org-scoped matter ID (e.g., M-42)
$title The matter title

AI guidance integration

Email templates can reference AI guidances using the @mention system. When an automation sends an email that references a guidance, the AI uses that guidance's instructions plus the matter context to generate personalised content. This is covered in detail in the AI Guidances section below.

Examination report email template

Template name: "Examination Report — Report to Applicant"

Subject: Examination Report — $field.Application No$title

Dear $role.Applicant.display_name ,

We refer to the above application ($field.Application No ) filed on $field.Filing Date .

We have received an examination report from IP Australia dated $field.Examination Report Date . The deadline for response is $field.Acceptance Deadline .

We attach a copy of the report for your review and will provide our detailed analysis and recommendations shortly.

Document templates

Generate Word documents and PDFs from templates

Document templates use DOCX files with variable placeholders. When you generate a document from a matter, the system replaces all variables with actual matter data and produces a download-ready file. Navigate to the Document Templates tab.

1

Create a DOCX template

Open Microsoft Word and compose your document. Insert variable placeholders wherever you want dynamic data. Variables use the syntax ${field.Name} for fields and ${role.Type.modifier} for role contact details.
2

Upload to Cadence IP

Click + New Document Template, give it a name, and upload your DOCX file.
3

Configure generated filename

Set the filename pattern for generated documents. You can include variables: Letter to Applicant - ${field.Application No} produces "Letter to Applicant - 2026123456.docx".
4

Enable PDF conversion (optional)

Toggle Convert to PDF if you want the generated file delivered as a PDF instead of DOCX. This is recommended for client-facing correspondence.

Variable syntax for documents

Variable Output
${field.Application No} Value of the Application No field
${field.Filing Date} Formatted Filing Date
${role.Applicant.display_name} Applicant's display name
${role.Applicant.address} Applicant's full address
${matter_id} Org-scoped matter ID (e.g., M-42)
${title} Matter title

Variable formatting in Word

When typing variables in Word, the editor may split the text across multiple formatting runs (e.g., ${field in one run and .Name} in another). If variables are not being replaced, select the entire variable text, clear formatting, and retype it in one go.

Invoice templates

Pre-configured invoices with Xero integration

Invoice templates define the structure of invoices generated from matters. Each template includes predefined line items, account codes, and a payer role. Navigate to the Invoice Templates tab.

Each invoice template has:

  • Name — internal label (e.g., "Filing Fee Invoice", "Examination Fee Invoice")
  • Payer Role — which role contact receives the invoice (typically Applicant)
  • Reference Pattern — dynamic invoice reference using variables (e.g., ${field.Application No} - Filing)
  • Line Items — predefined items with descriptions, quantities, unit prices, and Xero account codes

PCT filing fee invoice

  • Payer Role: Applicant
  • Reference: ${field.Application No} - PCT Filing
  • Line 1: Professional fees for preparation and filing — $3,500.00 (Xero code: 200)
  • Line 2: WIPO filing fee (transmittal) — $2,140.00 (Xero code: 210)
  • Line 3: WIPO search fee — $2,380.00 (Xero code: 210)

Xero integration

When line items include Xero account codes, generated invoices can be synced directly to your Xero accounting system. Amounts, contact details, and references all carry over. Configure your Xero connection in Settings → Integrations.

Knowledge base

Contextual knowledge for AI-powered assistance

The knowledge base stores reference material that the AI assistant uses when answering questions or drafting content about matters of this type. Navigate to the Knowledge Base tab.

You can add entries manually or train the knowledge base from existing emails and documents. When a user asks the AI assistant a question about a matter, it searches the relevant knowledge base for context.

What to include in the knowledge base

Add practice notes, office procedures, examiner guidelines, standard responses to common objections, fee schedules, and legislative references. The more relevant context the knowledge base has, the more useful the AI assistant becomes.

Knowledge base entries for AU Standard Patents

  • "IP Australia examination timeline" — typical timeframes and current pendency data
  • "Section 7(2) objection responses" — standard arguments for novelty objections
  • "Standard fee schedule 2026" — current IP Australia official fees
  • "Amendment practice" — guidelines on permissible amendments under the Patents Act

AI guidances

Reusable AI instructions for consistent output

AI guidances are named sets of instructions that tell the AI assistant how to generate specific types of content. They work with the @mention system — reference a guidance by name in an email template or AI prompt to apply its instructions.

1

Create a guidance

Navigate to the AI Guidances tab on your matter type and click + New Guidance. Give it a descriptive name (e.g., "Examination Report Analysis").
2

Write the instructions

Describe what the AI should produce, the tone, format, and any specific rules. For example: "Analyse the examination report attached to this matter. Summarise each objection raised. For each objection, suggest a response strategy. Use formal but accessible language suitable for a corporate patent applicant."
3

Reference in templates

In an email template body, type @Examination Report Analysis to invoke the guidance. When the email is generated, the AI uses the guidance instructions plus the matter context to produce the content.

Guidance examples

  • @Examination Report Analysis — Summarise objections and propose responses for each
  • @Convention Deadline Brief — List national phase options with costs and strategic considerations
  • @Patentability Assessment — Evaluate claims against prior art cited in the search report

IP example: building a complete PCT Application type

Let's walk through building a fully configured PCT Application matter type from scratch. This example brings together all the concepts covered above.

1

Create the matter type

Name: PCT Application. Description: "International patent applications filed under the Patent Cooperation Treaty. Covers the international phase from filing through national phase entry." Enable "Show Next Deadline" and "Show Next Task" in the header options.
2

Define steps

Create these steps in order:

Filing (start) → ISR ReceivedWritten OpinionReport to ApplicantNational Phase EntryCompleted (end) / Abandoned (end)

3

Add fields

  • International Application No (String, unique, pinned) — e.g., PCT/AU2026/050001
  • International Filing Date (Date, pinned)
  • Priority Date (Date)
  • Priority Application No (String)
  • Title (String, pinned)
  • Abstract (Text)
  • Number of Claims (Number)
  • ISR Date (Date) — date the International Search Report was issued
  • Convention Deadline (Calculated Date: Priority Date + 12 months, deadline)
  • National Phase Deadline (Calculated Date: International Filing Date + 30 months, deadline)
  • Country (List: AU, US, EP, JP, CN, KR, etc.)

Group the date fields under "Dates" and the application details under "Application Details".

4

Configure roles

Add: Applicant, Inventor, Attorney, Foreign Associate.
5

Create email templates

  • "ISR Report to Applicant" — sends the search report summary to the Applicant role
  • "Convention Deadline Reminder" — reminds the Applicant of the upcoming convention deadline
  • "National Phase Instructions" — requests national phase filing instructions from the Applicant
  • "National Phase Filing Request" — instructs the Foreign Associate to file the national phase entry
6

Set up related types

Link to AU Standard Patent, US Utility Patent, and EP Application as child types with field mappings for application number, filing date, title, and role mappings for Applicant and Inventor.