Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Salesforce by (11.9k points)

I want to fetch the namespace prefix of all packages installed in a salesforce organization.How can I do that?

1 Answer

0 votes
by (32.1k points)

This SOQL query given below retrieves all the installed packages with their respective Namespaces.

​​​​​SOQL = "SELECT NamespacePrefix FROM PackageLicense"

Related questions

Browse Categories

...