Back
I want to fetch the namespace prefix of all packages installed in a salesforce organization.How can I do that?
This SOQL query given below retrieves all the installed packages with their respective Namespaces.
SOQL = "SELECT NamespacePrefix FROM PackageLicense"
31k questions
32.8k answers
501 comments
693 users