Load Table Object sorting ASCE

Hello All,

When we sort data from the DB we usually use ASCE to sort them


but for some reason, today, it wasn’t working anymore and we are getting this error

This is easily fixed by changing to ASC but the problem is that we have a lot methods that use ASCE for sorting and it would take a long time to find and update them.

If possible, will you be able to rollback this particular update?

Thanks in advance,
Austin

Hello, @DALDE_John.

Small change on the server.
You need to use created ASC instead of updated ASCE.

Regards, Nikita.

Yes that’s what I’ve said above. The problem is that we have way too many methods that use ASCE and it would take us a lot of time to change all of them to ASC. If possible, will you be able to rollback that particular update? Or maybe just on our end?

Unfortunately, we will not be rolling back the update.