Hello, all!
We need to reset documentnumber counter in ShoppingCartOrder table.
So, as i could find, system using FillDocumentNumber() method to create next documentnumber.
Thanks for advice.
Hello, all!
We need to reset documentnumber counter in ShoppingCartOrder table.
So, as i could find, system using FillDocumentNumber() method to create next documentnumber.
Thanks for advice.
Check the table DialogNextID. There should be an entry for ShoppingCartOrder.
Check the table DialogNextID. There should be an entry for ShoppingCartOrder.
Thanks a lot, Markus. It helped!