<@U29PVMVAR> I’m looking for a way to store some J...
# suitescript
l
@erictgrubaugh I’m looking for a way to store some JSON data on a collection of records. So far an entry is ~73 - 84 characters. It’s possible that some records may have as many as
27,000
entries so
73 x 27,000 = 1,971,000
total character length worth of potential JSON data. There’s go to be a better / more elegant way.