Details
Assignee
Ethan FreestoneEthan FreestoneReporter
Martina TumullaMartina TumullaTester Assignee
Martina TumullaMartina TumullaLabels
Priority
TBDDevelopment Team
K-IntTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Ethan Freestone
Ethan FreestoneReporter
Martina Tumulla
Martina TumullaTester Assignee
Martina Tumulla
Martina TumullaLabels
Priority
Development Team
K-Int
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created February 3, 2025 at 3:06 PM
Updated February 3, 2025 at 3:07 PM
Replace the help text for Format field in Settings > Service interaction > Number generator sequences to make it clearer for users to define number generator sequences.
Current help text:
The Format field defines the length of the generated number without check digit and pre- and suffix. Use # to define the length without padding, e.g. "####". Or use a character to include padding. E.g. "0000" will set the length to 4 and add zeros to produce outputs such as 0045.
New help text:
The Format field defines the length of the generated number (excluding the check digit, prefix, and suffix) and supports optional padding.
Use # for digits without padding (e.g., #### for four digits).
To add padding, specify the character. E.g., 0000 for leading zeros, resulting in outputs like 0045.
If a Maximum value is set, the Format length must match it.