<@U2FPQMH5Y> have you tried loading the record wh...
# suitescript
j
@ceri have you tried loading the record when you're in edit mode?
Copy code
var record = nlapiLoadRecord(nlapiGetRecordType(), nlapiGetRecordId());
record;
record.setFieldValue('externalid',  yourvalue);
nlapiSubmitRecord(record);