HI ```type: "error.SuiteScriptError", name: "UN...
# suitescript
s
HI
Copy code
type: "error.SuiteScriptError",
   name: "UNEXPECTED_ERROR",
   message: "ReferenceError: "document" is not defined. (NLRecordScripting.scriptInit$lib#379)",
Does anyone know about this error in transfer fund record save time?
I load the record and try to save it. Transfer Fund record
e
One of the scripts on the record is referencing a variable named
document
that is
undefined
. You'll have to look through the scripts deployed on the record to find it.
👍 1