Hi All, Is there a way we can store data in table...
# suitescript
r
Hi All, Is there a way we can store data in table format in netsuite custom field?
g
“Store?” or do you mean display? define “table format”. sometimes i store / temporarily put JSON in a hidden text field and then display it in different ways. one way could be to parse that into a
<table>
in an html field using a template syntax. that json could be temporary or built from NS data. you have to worry about the lifecycle of that data and how else you might use this. when i do this it is usually either part of a quick proof of concept and it will either be disproven or refactored into a more typical structure (like a sublist). anything against sublists?