How I can make a auto numeric field in LaserFiche, and that the value change every time that a new document is created with a specific template?
Regards.,
How I can make a auto numeric field in LaserFiche, and that the value change every time that a new document is created with a specific template?
Regards.,
You can use the %(ID) or %(GCount) token as the default value for the field. See this help page for more details. When the field has a default value with a token, the value will be assigned whenever a document is assigned that field (or the template with that field).
Hi Robert & Juan,
I believe for this work, the field must be editable for the user.
Another approach is to store a rolling number in a database or as a field on a "configuration" document. I find it easier to manage contention by using a database.
-Ben
Follow-up question: why does it have to be a field? The entry ID is already unique and not editable by users.
Fair question and Juan might not need the counters. However, for myself:
-Ben