Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

How to specify default sort order for a specific module in Mobile View?

sangeetsnc
Kilo Contributor

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.

1 ACCEPTED SOLUTION

Andras Kisgyorg
Kilo Guru

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


View solution in original post

6 REPLIES 6

HI Amlan,



The above argument will work well in desktop not on Mobile UI. Thanks for helping .



Regards,


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