I often notice that the sorting by completed date is not in the correct order. It mostly works, but there is randomly a few records out of place. This makes it a little hard to be sure if I am looking at the latest order, or it is hidden down the list somewhere.
Developer forum
E-mail notifications
Backend Orders list - sort by completed date not in order
Replies
Hi Jon
Seems like your screendump is missing.
The orders have 2 dates - order date and order completed date. The first one is the date the order instance was created and the other one is when it was completed. Sometimes the difference can be days or weeks, so be sure to sort by completed date. You can right click the columns and add the completed date if missing.
BR Nicolai
Hi Nicolai,
Imaged attached again for your reference. I do know the difference between OrderDate and OrderCompletedDate. Regardless of the column, I would expect the dates would be in order. They are not.
Regards, Jon.
That looks weird, we can agree on that!
How does the indexes on the EcomOrders table look like?
Should be something like this - or nothing at all.
Hi Nicolai,
Very helpful tip. Thankyou.
The index was correct, but disabled. So I just rebuilt this and it now seems to be working correctly.
Regards, Jon.
Even with the index enabled in SQL. It is a little better, but I am still experiencing strange sorting behaviour.
Can you profile the database and see the SQL being executed when accessing the order list?
And see what happens when you ru in manager?
You must be logged in to post in the forum