Itzco
11/21/2025, 10:06 AMMODULE_DOES_NOT_EXIST
error.SuiteScriptError
Module does not exist: /NLRecordScripting.scriptInit$sys.js
Change_form_due_to_entity_changecode: '',
The code is pretty straightforward:
var rec = record.create({
type: context.recordtype
});
setFields(rec, context, ["recordtyle", "sublists", "id"]);
setLists(rec, context);
var recordId = rec.save();
return String(recordId);
All customers use the same forms for Opportunities and for customers. But this seems to be related to Customer record from subsidiaries.
Has anyone experienced something similar? Any clue what this error means?rustyshackles
11/21/2025, 4:08 PMItzco
12/01/2025, 7:39 AMrustyshackles
12/01/2025, 8:11 AM