What am I missing? I'm trying to do some browser c...
# suitescript
c
What am I missing? I'm trying to do some browser console scripting and use the following code:
var cr = require (["N/currentRecord"]);
var rec = cr.get();
This results in a cr.get is not a function error message