<@U5TNEF7FW> Yes i understood once try like this v...
# suitescript
s
@karlenigma Yes i understood once try like this var specialchars = /["-.-/\"]/g; if (specialchars.test(modelName)) { var modelNamealt = modelName.replace(specialchars,''); modelRec.setValue({fieldId: 'custrecord_model_alternative', value: modelNamealt}); }