ID Formats
Throughout the program, you will be able to specify various formats for IDs. This is used commonly for items like order numbers and membership IDs.
Formatting
ID formatting works as follows:
- Lower case 'l' is converted into a random lower case letter.
- Upper case 'L' is converted into a random upper case letter.
- Lower case 'n' is converted into a random number.
- "random" generates a completely random and unique ID.
- All other characters remain unchanged.
Examples
ID Format | Possible Result |
---|---|
nnnn | 1942 2059 8829 |
LLnnn | EF9382 BE3925 AA1830 |
ZENLLlllnnn | ZENRIjhe929 ZENEEfhi294 |
ZEnLLnn | ZE3KL99 ZE9VL39 |
LLLlll-nnn | JFIken-394 NMKqig-141 OOEglw-339 |
LL-nnnnn-lnnn | FI-39401-m839 QO-11401-w030 |
Article Links
Related Articles
Article Tags
Details
Published on 2013/07/12.
Last updated on 2013/07/12.