Is there a way to create a bundle in first env and...
# suitescript
d
Is there a way to create a bundle in first env and then to put the scripts inactive and when i install the bundle in a diffrent env to realese the scripts from inactive?
c
One possibility is using runtime.envType or runtime.accountId & not executing given conditions
d
in this solution i need to load the script and active it when i need right?
I ask if I can do it for all the scripts in the bundle, maybe bundleInstallation script?
s
yes bundle installation script should be able to do that