Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

cannot read in manual order in scripting extension

Solved
Jump to Solution
1566 3
cancel
Showing results for 
Search instead for 
Did you mean: 
gilles_prevotal
6 - Interface Innovator
6 - Interface Innovator

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.

1 Solution

Accepted Solutions

Might want to try view.selectRecordsAsync then

See Solution in Thread

3 Replies 3

Hm, so you're doing view.selectRecordsAsync and you don't get the displayed order?

Hi,

No since it was intended to be as 'raw' as possible, i just use 

await myTable.selectRecordsAsync...

 

 

Might want to try view.selectRecordsAsync then