Hi all, just want to make sure I am not missing so...
# suitescript
m
Hi all, just want to make sure I am not missing something.... Modifying a custom list on the fly (programmatically) is not possible in NS, right? If I want to do something like that I have to use a custom record, is that correct?
b
its not officially supported, but there are actually 2 ways of modifying custom lists
m
How? Can I add to it?
b
you can treat it like you would a normal custom record and just use record.create using the script id of the custom list
m
Hmm, got it, didn't know that. Thanks ❤️
b
or you can treat the list itself like a custom record type and load it using record.load with a type of customlist and the id as the internal id of the custom list
🙌 1