You can use dynamic date variables to automatically update the numbering based on the current date:
- {y} = Current Year (e.g., 25 for 2025).
- {m} = Current Month (01-12).
- {d} = Current Day (01-31).
- Example: A prefix of DEV-{y}-{m}- will generate a number like DEV-25-12-001.