Hi. If I want to include a `./UtilityLib.js` like ...
# suitescript
e
Hi. If I want to include a
./UtilityLib.js
like this:
define(['N/search', 'N/record', 'N/error', './UtilityLib'],
Will the ./UtilityLib.js file need a deployment? Or just to be uploaded in the same directory ?
k
Same Directory is the way.
👍 1
or a directory called lib then you can do ./lib/utility
e
Thanks