Why ref_sequence not sorting the reference field list in ascending order?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 02:42 AM
Hi Community,
I have a field named as Limited Liability & it's referring to another table that is having order field.
I want Limited liability field reference to show list in ascending order of 'order' field. Instead it's displaying on descending order.
I have created a attribute record for ref_sequence but it's not working.
Please find the screenshot below:-
Can someone please help me on this?
Thanks,
Ankita Kolhe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 02:47 AM
Hi @Ankita Kolhe,
You can try with advanced reference qualifier.
javascript: "field_name=Limited Liability^active=true^ORDERBYorder";
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers.
Thanks,
Sagar Pagar