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!