Dec 17, 2022 03:51 AM
Hi community,
I have this problem :
In a grid view, a table is sorted manually. After each opening, the order is kept.
A script fetches the records of the table, and delivers them in alphabetical order, not in the manual order.
I don't add any sort param - like 'sorts: [ {field: "someField"} ]' -
I cannot figure out a 'handy' workaround... The option to read on a sorted priority field quickly becomes tedious, time consuming, and requiers a lot of energy...
Thanks in advance if you can let me know how i can workaround this behavior.
Solved! Go to Solution.
Dec 20, 2022 07:30 AM
Might want to try view.selectRecordsAsync then
Dec 18, 2022 12:09 AM
Hm, so you're doing view.selectRecordsAsync and you don't get the displayed order?
Dec 19, 2022 02:58 AM
Hi,
No since it was intended to be as 'raw' as possible, i just use
Dec 20, 2022 07:30 AM