I'm on a Vendor Edit page and trying to test Suite...
# suitescript
m
I'm on a Vendor Edit page and trying to test SuiteScript in the console using
require(["N/record", "N/currentRecord"])
but I"m getting the response
Copy code
ƒ localRequire(deps, callback, errback) {
                    var id, map, requireMod;

                    if (options.enableBuildCallback && callback && isFunction(callback)) {
What am I missing?