Good day, does anyone know how to define a custom module that it dynamically gets loaded when installed as a bundle? For example, in the development account it is defined as 'SuiteScripts/Project Folder/custom_module.js', but when installed as a bundle on other accounts, it cannot find the custom module since it's in the new bundle folder now 'SuiteBundles/Bundle Number/custom_module'. I have to change it to that location to load the module, but it's not a very good workaround.