You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Service to prefix the title with an automatically incremented identifier.
For some document types there is a natural tendency to provide a unique identifier. This include documents that specify requirements or issues on an issue tracker.
To administrate these values by hand is a bit cumbersome. Therefore the projectdoc Toolbox provides some support to manage identifiers and add them to the title of generated documents.
Template Variable
The blueprint context is provided with the Auto Identifier (projectdoc.doctype.common.autoIdentifier
) variable that contains the generated identifier.
Sequences
The sequences are stored as content properties with the parent page. This makes the generation process quick, even if there are more than a few hundred siblings.
If you need to adjust the value, please use the REST API for content properties.