could you please explain what you mean by list order?
I found an SQL procedure that might be responsible for the way things are sorted by default but I tried changing it and nothing happened. Does anyone have an idea why? The procedure is found under the following files:
Desktop Modules/Links/Providers/DataProviders/SqlDataProvider/03.01.00.SqlDataProvider
Desktop Modules/Links/Providers/DataProviders/SqlDataProvider/03.03.00.SqlDataProvider
It is called GetLinks, I tried replacing the "order by" clause with this but nothing happened.
order by {objectQualifier}Links.ItemId DESC
I hope its a stupid mistake, does anyone know where to take it from here???