Is anyone else having trouble loading the N/record...
# suitescript
r
Is anyone else having trouble loading the N/record module in Sandbox? I'm doing something in the debugger and it's coming through as undefined. All my other modules load just fine
s
You aren't accidentally using a
var
named record as well, right?
r
Unfortunately no. All the other modules are coming in just fine except "N/record"
s
maybe share some code, seems like very weird behavior to me, hopefully something small you are missing
s
debugger is wonky.
I don't trust it, in general.