How do I test suitescript 2.0 code in the Script D...
# suitescript
d
How do I test suitescript 2.0 code in the Script Debugger? If I had a script file I'd start with
require(['N/record'], function(record) {
, but that doesn't seem to work here.