If I want to have different types of uniqueNumbers.
Ex:
Seq 1 = starts at 1000 shall increment with one or as set by user
Seq 2 = starts at 5000 shall increment with one or as set by user
Seq 3 = starts at 10000 shall increment with one or as set by user
Seq 4 = starts at 1 shall increment with one or as set by user and has a formatting as N001
Each of the sequence numbers above may be created by user and presented in a table.
Different entites uses each of the sequence numbers as report number or document Id.
Every time a new post is created, the post will get a new sequence number.
How can we solve this?