Hey,
Actually I work with Ax,
I think they are the same, but I’m not sure.
you have two problem:
1- the Sequence is small and it could be finished up.
2- they are sorted in strange way.
OK, here we go
1- the Sequence is small and it could be finished up.
Don’t worry this in not big problem.
You just have to increase the range from the Basic–> Setup → number sequence.
Increase the range and make sure the format S-##### is increase too.
Thats it.
Note: I don’t think you will face this case, but just for your knowledge, if you increase it and generate one record, you can’t decrease it back, because there is some record already.
so you have to delete that record and decrease the number.
2- they are sorted in strange way.
Since it is character, the system will compare the number character by character from left to right .
and you have nothing you can do about it.
e.g.
if we have those numbers
123, 1452, 587, 669, 44, 87, 177, 866, 544
they will be sorted like this
123, 1452, 177, 44, 544, 587, 669, 866, 87
I hope I clerify thing for you.