This is when using JDBC and the <NetSuite2.com> sc...
# suiteanalytics
s
This is when using JDBC and the NetSuite2.com schema, if it makes a difference
d
What table and field are you looking at?
s
A custom Long Text field on the Customer record:
SELECT entitytitle, custentity_seasonal_notes FROM customer
It was a mistake made by a past admin to make custentity_seasonal_notes Long Text. Most of the entries are very short, nearly all less than 100 characters. Maybe some up to 200.
d
Looks like a similar issue my side, schema 1 is ok ...
message has been deleted
v2 ...
message has been deleted
Sorry, should have said this is ODBC not JDBC
s
Yeah, I think there are similar issues related to these fields, whether via ODBC or JDBC. I wonder if some kind of formula or function would work to extract the text
d
something like CAST might do it via SQL, just going to try a couple of things
message has been deleted
non starter by the looks of it
s
well this is disappointing. How can Netsuite deprecate the old schema if the new one can't even retrieve the same data?