I am trying to run a query and one of my column re...
# suitescript
u
I am trying to run a query and one of my column results char limit is set to 250. Any way to change that to get the full value of the field?
s
You using runPaged() or just run()?
u
i did
runPaged
in my script and
run
in console
both are 250 limit
the return type is
CLOBTEXT
which isnt even an option for us to set
s
Oh i know
runPaged()
has character limit in N/search and
run()
did not for a long text field.
Also results are typically different when run() and runPaged() in the console vs server side with regards to character limit. Well idk about typically but I have seen them be different
u
hm
ill try run in my script
the console is 250 limit no matter which call
s
Might be a query limitation, does it get full character length when using search?