Configuring IDs
You can reach the admin interface via the following URL: https://admin.d-velop365.com/.
Here you specify how IDs are to be generated.
The following information is required for the configuration:
Name: A unique character string that may only contain "a-z" or "A-Z" and "-" and "_" and numbers.
You can also enter the following:
Initial value: The value with which to start counting.
(Please keep in mind that when you create a new configuration to "edit" it, users may have created new contracts in the meantime with the old configuration)
Counting up steps: As a rule 1.
Prefix: A string of characters that is always written before the ID.
Pad characters: With how many zeros the space between the prefix and the current value should be filled (Maximum 10).
Description: Description: The description for the configuration.
Example 1
Name: contractIDs
Initial value: 0
Counting up steps: 1
Prefix: CMID-
Pad characters: 0
Description: test
The next three IDs that will be generated: CMID-0, CMID-1, CMID-2.
Example 2
Name: contractIDs-2
Initial value: 9
Counting up steps: 1
Prefix:
Pad characters: 10
Description: test
The next two IDs that will be generated: CMID-0000000009, CMID-0000000010.