You need to sign in to do that
Don't have an account?

Notification after installing unManaged package successfully
For managed package there is PostInstallation script available:
global interface InstallHandler {
void onInstall(InstallContext context)
}
which can be used to send notifictaion email after package is installed.
In the same way is there any way to get notification once an unManaged package is installed?
Please suggest if there is any solutions/ideas.
global interface InstallHandler {
void onInstall(InstallContext context)
}
which can be used to send notifictaion email after package is installed.
In the same way is there any way to get notification once an unManaged package is installed?
Please suggest if there is any solutions/ideas.
I don't think so there is any option for unManaged package. But if you figure out after installation if user is redirected to any page or something, you can write a script to send an email. It's just a weird thought (as there is no straight forward way)