Hi all, possibly dumb question. I think I’m missi...
# suitescript
j
Hi all, possibly dumb question. I think I’m missing some information on how the Dev Tools console works in Chrome. When I try the following I get an error (if I paste this into console and press enter). However it works if I paste the first line, press enter, then the second, and press enter. What is the difference? This might be a question for @erictgrubaugh
Copy code
require(['N/record']);
var record = require('N/record');