Anyone know if there is a way to get the order of ...
# suiteql
c
Anyone know if there is a way to get the order of a list via SuiteQL?
j
What is that screenshot a list of?
c
It’s a custom list
j
Just a Custom List?
k
c
You can sort the list in the UI, which adjsuts how it shows in dropdowns. but I can’t figure out if it’s posisble to get the same ordering when accessing the list via SuiteQL
j
is it not just in order by the ID?
oh I see what you mean
c
It’s not.
j
must be stored elsewhere, but I can’t even see anything in ODBC either
m
you have the list set as the ordered entered? I don't believe so easily. depending on you use case, you might be able to manipulate the scriptid to be in the order you want it.
c
Yeah I’m going to end up using the externalid field as a sort order field. It’s just a bummer because surely netsuite is storing this data somewhere.
m
yeah i'm with ya. one of the things they don't give us access to