Forum Discussion
RohitAgarwal
8 years agoQrew Cadet
Use the Sort Order Option on API DO QUERY in order to get latest.
sortorder-A --specifies an ascending order.
sortorder-D --specifies a descending order.Tip: To sort on multiple fields, simply add more A's or D's onto the sortorder option: sortorder-ADA will sort ascending by the first field in the query, descending by the second field, and ascending by the third field.
nosort --returns unsorted records, ignoring the sortorder option, the slist parameter, and the default sort for the tableI hope this will work.