Is there a way in SS2 to set the value of a field ...
# suitescript
c
Is there a way in SS2 to set the value of a field on an item record without first loading the record? I'm imagining a single function call where I specify the field id and the new value
n
record.submitFields(options);
👍 1
👍🏽 1
c
I'm hoping for a way without first loading the record
Hang on, I've now read the documentation on record.submitFields and I thank you for your excellent suggestion :)
👍🏻 1