Hi all, anyone knows what is the best way to create table-like custom record? Like two-dimensional matrix with configurable rows and columns number.
n
Netsuite Tragic
05/12/2021, 9:51 AM
How would the columns work?
d
Dmitry Masanov
05/12/2021, 10:28 AM
Columns and rows will be numeric ranges. So, I'll use the table to pick up the X value. The table will be like that:
0-10, 10-20, 20-30... 90-100
0-10 x11 . x12
10-20 x21
...
90-100 x2n
There will be 2 number values to compare, one to choose the row and another to choose the column. Based on that, X will be picked up.
Dmitry Masanov
05/12/2021, 10:29 AM
But I also want this data to be independent, so for example each SO to have its own table instance.
n
Netsuite Tragic
05/12/2021, 10:40 AM
Will be interesting to see what others say. I feel it’s going to hit your governance limits.
d
Dmitry Masanov
05/19/2021, 4:04 PM
If anyone still interested, I end up with adding an inlineHTML field with UserEvent script and data for that field is stored in long-text field (as csv)