separately, this code snippet worked previously but started causing errors for us apparently after an e-fix yesterday: require(['N/currentRecord'], function(currentRecord) { currentRecord.get().setCurrentSublistValue({ sublistId: 'item', fieldId: 'custcol_field_that_might_not_exist', value: 'NA' }) });