function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
chandra2ravichandra2ravi 

installed packages in Org

How can i get the installed packages in org using apex. I nedd to avoi package fileds.

Thanks,
Ravi
Sumitkumar_ShingaviSumitkumar_Shingavi
Try this:
SELECT Id, Name, Description, IsManaged, VersionName FROM InstalledPackageVersion
PS: if this answers your question then hit Like and mark it as solution!
chandra2ravichandra2ravi
There is not such object(InstalledPackageVersion) availble in metadata