is there any search/query/SuiteQL type that can be...
# suitescript
d
is there any search/query/SuiteQL type that can be used to actively query data for what Bundles/SuiteApps are installed in a particular account? did not see a way from documented types, but maybe I missed
t
@dbarnett You might be able to glean some info from this: SELECT DISTINCT Name FROM BundleInstallationScript You'll see the names of the installation scripts used by various bundles. Examples are "TaxJar Bundle Installation," "Celigo Shopify Connector Bundle Install," and so on. It's not exactly what you're looking for, but again, it might at least give you a clue as to what has been installed. I hope this helps.
d
thanks was actually more info on SuiteApps side what I was more looking for, but was curious about Bundles as well unfortunately they might not have associated BundleInstall/SDFInstall script deployment, so don't think I can rely on that
b
you can infer bundles from the SuiteBundles folder
👍 1
to a lesser degree you can do the same with the SuiteApps folder
d
not a bad a idea to see what is/isn't installed, I was looking to get additional data primarily such as the *version*# though