Resolved! How to specify default sort order for a specific module in Mobile View?
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=desc3 - /q:active=true^ORDERBY=sys_updated_onBut thi...
