ordering/sorting the fields in a URL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2015 02:17 PM
I am unable to sort the field in Descending order in mobile interface using ORDERBYDESC or even by sysparm_order_direction=desc in the URL.
eg: if I need to sort the list in descending order of creation date, i.e. the URL with parameters /o:sys_created_on, I am unable to do so.
Any pointers on this shall really be appreciated.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2015 11:42 PM
Hi, Nikhil.
As you correctly mentioned, o:sys_created_on allows to change sorting in the mobile interface. For your case just use the following parameters in the URLs:
- ASC: ../o:sys_created_on
- DESC: ../o:sys_created_on, descending
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2015 09:58 AM
Yes it works. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2015 09:56 AM
Is there a way to sort the list based on two parameters simultaneously in case of some conflict, say descending order of sys_created_on & then ascending order of incident number if the sys_created_on is same for multiple entries?
Thanks!