However if I use createCustomList it only attaches to the current record
eg
Code: Select all
var list = tables.TABLE.COLUMN.createCustomList(["Line 1", "Line 2", "Line 3"]);
1 - is this the expected behaviour?
2 - Is it possible to attach the list to all records in the table (other than looping through each record)?
Thanks