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
Nik
02/27/2019, 1:40 PM
record.submitFields(options);
👍 1
👍🏽 1
c
cja
02/27/2019, 3:10 PM
I'm hoping for a way without first loading the record
cja
02/27/2019, 3:32 PM
Hang on, I've now read the documentation on record.submitFields and I thank you for your excellent suggestion :)