You need to sign in to do that
Don't have an account?
Sam Alex
Go to new apex page after app installs
Hi,
I have a app packaged. When I install it in a different user, after install is completed, I want to redirect the user to a apex page (also packaged with the app).
How to trigger that even after app installation is completed?
Thanks in advance.
I have a app packaged. When I install it in a different user, after install is completed, I want to redirect the user to a apex page (also packaged with the app).
How to trigger that even after app installation is completed?
Thanks in advance.
You can write a postintall class.
Post install class is the functionality, It runs autometically after your package installation. You can call a pagereference return type method at last in class, which will redirect you on the desired page.
Here is the help article link
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_install_handler.htm
Let me know if Solution works for you.
Thanks & Regards,
Sameer Tyagi
http://mirketa.com