Using XData and TMS WebCore. There is one table that I need to fetch to put into a DBLookupCombo, but ordered by a particular indexname.
- I would prefer to do this on the server. Is there a way to do this server side? I am happy to create a duplicate Entity with a different name, if that is a solution.
- I cant find any property on TXDataWebDataSet for sort or index. How can I achieve this?