Computed Titles
It is possible to set computed title expressions for your instances.
All instances created from this template will have their title automatically generated.

You can customise computed fields to add specific fields or properties.

@Field name
To reference a field from the template
Date and Time of entity creation
@CREATED_AT
User that created entity
@CREATED_BY
Name of the type
@TYPE_NAME
A running number that increases consecutively, across all entites, irrespective of type, template or instance
@INDEX
An index per instance made from the type, increasing for every instance made
@TYPE_INDEX
An index per instance made from the template, increasing for every instance made
@TEMPLATE_INDEX
Computed titles, like formulas, are re-calculated every time an edit is made to the entity they belong to.
Last updated