For those of you writing 2.x, I'm curious how you ...
# suitescript
e
For those of you writing 2.x, I'm curious how you all handle something like this: I have a module which exports a single method. The method accepts a
N/record.Record
instance and updates it with a few values directly. I'd also like to provide a method which leverages
record.submitFields()
instead of requiring a full
Record
instance. How do you typically design an interface like this?