AX2009 : Number Sequence List shows Active and Used number of Posted transactions!

Hi All,

One of my customers feedback is that the Number sequence List for Journal is always piling up with Active and Used numbers of posted transactions, some dating up to a year ago.

Yes, we can do a number sequence cleanup and solve the problem,

But why do Active and Used numbers go back to the list ? Is there anyway to prevent this or is it an AX 2009 limitation ?

Thanks

.Adrian

We have resolve this problem with Cleanup process batch run in every 24 Hrs.

Another way is to patch the code to check the next number is present in LedgerTrans or not using While loop at posted voucher number generation.

Its a limitation on Continuous Number sequence as per me. Many time it happens that vouchers do not post in a serial.

Hope same will work for you also.

Regards,

Shantaram

Thanks Shantaram.

I will test with manual as well.

Regards,

Adrian