Does anyone know if there is a work around to get ...
# suitescript
s
Does anyone know if there is a work around to get the complete text instead of the "(more...)" on the search results of the 2.0 search module? I know they fixed the issue in SS1.0 but it looks like it's still an issue with 2.0. Any ideas besides loading the record?
Also, it looks like the "N/query" module columns only return a max of 250 characters.
t
When I had to code around this I would just do a length check (is length 250) and then do an individual lookup for that value if it was concatenated. If you are doing this for every result and this isn't a rare use case you probably are out of luck