I have a list/record field that displays some valu...
# suitescript
m
I have a list/record field that displays some values I have in a custom list. The values are displayed in alphabetical order, is there a way to display them sorted by ID?
b
no
put the id in the name
🙏🏼 1
m
Good workaround
thanks!
b
the warning to you is that this is the default if you setup autonumbering
m
got it, at fist I had 1, 2, 3, etc. but when it got to 10 it sorted 1,10,2,3
So I ended up doing 01,02,03...