I am struggling to find this in SuiteAnswers, and ...
# suitescript
s
I am struggling to find this in SuiteAnswers, and it may not even be possible, but does anyone know if there is a way to get a list of bundles that are installed, and also possibly the version of the bundles? We have a mismatch of bundle updates across our various sandboxes, and there are some specific bugs in a few older bundles, and I am trying to determine the status of each sandbox in a script. It doesn't look like I can create a saved search on bundles, and there is nothing in the records browser for loading bundles. The only thing I found in SuiteAnswers was article 65108, which says there is a global array named
fBundleIds
that is available in client scripts only. I tried accessing that from the browser console, but it says the variable is not defined. Has anyone worked with bundles in scripts before, and can point to any documentation on this? Thanks!
a
page: installed bundles
s
So, I know I can use the installed bundles page, but I have a list of installed bundles across a dozen sandboxes, where some may not have a bundle installed at all, and where some may have a bundle, but there are different versions in each sandbox. My hope is to be able to either load a bundle by id and determine it's version, and/or to search for installed bundles in code.
a
in each sandbox and/or production environment, when you go to this page, it will be just the bundles which are installed in that specific instance