Hello, is it possible to have a record.load pass t...
# suitescript
p
Hello, is it possible to have a record.load pass to a function and write to lines from there? I am trying to consolidate the javascript code I am writing and I get an error when trying to write a sublist value in another function. thank you.
a
record.load returns an instance of record.Record you can absolutely pass that around as a parameter to other functions
p
thank you. that worked!
its going to save me a lot of lines
🙌 1