Hello Laserfiche Community,
I need help implementing an auto-incrementing document numbering system in Workflow. I'm relatively new to Laserfiche Workflow, so I'd appreciate detailed guidance.
Requirements:
- Document number format: L26-0001
- "L" = constant prefix
- "26" = last 2 digits of current year (2026 = 26, 2027 = 27, etc.)
- "-" = separator
- "0001" = 4-digit sequential number that increments with each submission
- Last 4 digits could go up to "9999"
Business Logic:
- Numbers should increment sequentially: L26-0001, L26-0002, L26-0003...
- The counter should reset to 0001 when the year changes
- Each year maintains its own sequence (L26-0001, then L27-0001 the following year)