Backorder Release R42118
when we have a line that splits more than nine times backorder release is taking the next available line number from the next line. For example if line 1 splits nine times it will use line numbers 1.000 to 1.900. Then if it splits again it will look at line number 2 to see what is available. So, if 2.000 and 2.100 have been used the R42118 will use line number 2.200 for the next split for line number 1.
Is there a way to tell the system what extension to use for the split lines? E.g. 1.101, 1.102 ... 1.109, 1.201, 1.202 ... 1.209 or something like that?
0