I added a new field - creation date on Project Management and Accounting > Common >Projects > All Projects list. I like the list is displayed in descending order of creation date by default. Basically I like to see the newest project on the top of the list. Currently the default is ascending order so the newest project is on the bottom of the list.
I added following code in openProjectsListPage method which is in projProjectListPage class
QueryBuildDataSource qbds;
qbds.addSortField(fieldNum(ProjTable,Created),SortOrder::Descending);
It didn't work. Does anybody know how to do it.
*This post is locked for comments