As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
camo
I need to get all users sorted by the dates of registration on my app. I tried this:
`Query q2 = new Query();
q2.addSort("_kmd.etc", SortOrder.DESC);`
but doesn't working.
Somebody can help me?
Thanks!