We can set any record fields using the internal id of the record, the internal id of the field, and the record.submitFields() from the ‘N/record’ module. Please refer to the following: require([‘N/record’], function(record) { record.submitFields({ type: <REC_TYPE>, … Continue reading How to set any record fields through console using Suitescript