Any reason I would get the following error: "Inval...
# suitescript
n
Any reason I would get the following error: "Invalid define call; unable to load module: : Module does not exist: N/render.js" I'm calling
Copy code
require(['N/render','N/currentRecord'],
      function(render, currentRecord) { ... });