Hello everyone, when making a copy of a record usi...
# suitescript
b
Hello everyone, when making a copy of a record using
record.copy({ })
how do I make sure that custom sublists are also copied? Is there a way other than doing it manually looping through the sublist using suitescript?