Hi All , Actually I'm trying to load custom module...
# suitescript
c
Hi All , Actually I'm trying to load custom module in the script and the path looks like these: "'SuiteScripts/Custom Modules/PhoneCallButtonUtils" . I have given the same path in my script and it's throwing an error saying that "{"type":"error.SuiteScriptModuleLoaderError","name":"MODULE_DOES_NOT_EXIST","message":"Module does not exist: /SuiteScripts/phoneCall.js","stack":[]}" . It's looking in the suitescript folder but it is not searching in the custom modules folder. Is there any solution for this?