Creating templates
Once you have set up your type, you can make templates from the type. These obey all the rules set on the type. Only managers can create and edit templates. Select ’+ New Entity’ in the change set panel from the top navigation bar, then select ‘Template’.
Configuring your template
On your template, you can then add further customisation that will be applied to all instances of that template:- Page content
- Fields
- Field values
- Computed titles
- Assignees
- Strict mode
- Review requirements
- Validation checks

Computed titles
Prefer a title formula for new templates. A formula like
title = f"LOT-{entity.index}" is more flexible than computed title expressions and supports full Python logic (conditionals, formatting, field references). The instance title becomes read-only — protected from manual edits. Computed title expressions remain supported but are no longer the recommended approach.
When you configure a computed title on a template, the template itself
does not have an instance index yet.
@TYPE_INDEX and
@TEMPLATE_INDEX therefore appear empty on the template and resolve on
instances created from that template.
Computed titles, like formulas, are re-calculated every time an edit is made to the entity they belong to.
Assignees
You can assign users to instances — they will be notified via email and an inbox notification in Seal. Default assignees can be added to templates, via the instances tab. When the template is instantiated, default assignees will be notified. The assignment will be marked as complete when the instance is published.
Strict mode
Strict mode can be used to lock down editability of instances. It limits what users can fill out to the following:- Title
- Field values
- Task cards
- Checkboxes
- Assignees
- Tags
- Work instructions
- Page content
- Field configuration & names
- Adding / removing fields
- Automation code & triggers


Strict Mode can be turned on and off on individual instances by those with Manage permissions. See Instances for details.