<@U29PVMVAR> I am trying to follow the instruction...
# suitescript
c
@erictgrubaugh I am trying to follow the instructions for testing SS 2.x in the browser dev tools -- https://stoic.software/effective-suitescript/8-ss2-console/ But when I run
require(["N/search", "N/ui/serverWidget", "N/log"]);
what I get back is
ReferenceError: require is not defined[Learn More]
Granted I'm running this on a Suitelet I'm working on ... but if I'm understanding correctly this should still work. Am I missing something obvious?