If you are executing `SuiteScript/Script Name/modu...
# suitescript
e
If you are executing
SuiteScript/Script Name/module/main.js
and trying to load
SuiteScript/Script Name/utility.js
, then you would use `../utility`; if you are trying instead to load
SuiteScript/Script Name/utility/main.js
, then it would be
../utility/main