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
Anitha KAnitha K 

how to get the package related information(namespace, version number) from installation url

0
I am doing automation on package installation, now I am able to install the package from apex using metadata service class by passing package namespace and version number,
but i need to pass the installation url and install the package from apex. How to get the package details from the packaging org by using the installation url?
there is a packaging version id in the url how to tackle that id and get the packaging details. what will be sObject for package information.
Can any one please give me some leads how i can proceed here..
PriyaPriya (Salesforce Developers) 

Hey Anitha,

Kindly go through the link to get the information about package :- 

https://salesforce.stackexchange.com/questions/13561/how-to-get-a-list-of-the-managed-packages-including-version-numbers-installed

If this helps, kindly mark it as best answer so that it can help others.

Regards,

Priya Ranjan