- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2017 06:29 AM
I have tried changing query string as follows .
1 - /q:active=true^sysparm_orderby=sys_updated_on^sysparm_order_direction=desc
2 - /q:active=true&sysparm_order=sys_updated_on&sysparm_order_direction=desc
3 - /q:active=true^ORDERBY=sys_updated_on
But this seems to be not working on mobile.
Solved! Go to Solution.
- Labels:
-
Now Mobile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2017 06:48 AM
HI Sangeet,
Did you try using sysparm_query, specifying the ordering right at the first place:
...&sysparm_query=ORDERBYopened_at... and specifying the rest of the query filters after that.
for descending order:
...&sysparm_query=ORDERBYDESCopened_at...
Regards,
Andras
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2017 07:58 AM
HI Amlan,
The above argument will work well in desktop not on Mobile UI. Thanks for helping .
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2017 08:12 AM
Hi Sangeet,
If you want to show irrespective of any views then I would suggest you to try with Business rule mentioned in the link mentioned in my earlier response.
I hope this helps.Please mark correct/helpful based on impact