Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Re: How to show a vf page on the first installatio...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to show a vf page on the first installati on of the managed package?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-18-2013 01:28 AM
Hi,
I want to show the vf page on the first installation of the managed package, or it can be the custom setting page should open up on installation, where the user will add all the custom settings on the first installation.
Is this possible, how can I do this?
Please help. Thanks in advance.
Regards,
Sushma
Sushma Rao
Re: How to show a vf page on the first installati on of the managed package?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-18-2013 02:03 AM
Hi,
As per my understanding you want to the end user to enter all custom settings in the application while installing the application itself.
Is it correct ? if yes , I think it is not possible to open a VF page on first installation, but you can directly create the entries in to custom settings while installing the application itself.
global interface InstallHandler { void onInstall(InstallContext context) };
Go through the below link for more details.
http://www.salesforce.com/us/developer/docs/apexco
Let me know if you need more information.
Regards,
Sridhar Bonagiri
Re: How to show a vf page on the first installati on of the managed package?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-18-2013 02:37 AM
Thanks for the quick reply.
But custom settings will be received on the client end in the package, so I do not need to create them.
I want to allow the user installing the package to add in the settings. Is this possible by some other way?
Thanks in advance.
Regards,
Sushma
Sushma Rao
Re: How to show a vf page on the first installati on of the managed package?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-18-2013 02:42 AM
Hi,
Yes this can be possible to show a vf page for first time only for the client user enters the custom settings. When the client user again logs in to the application in the later stage this vf page will not be visible. For this we need to add some apex code.
Regards,
Sridhar Bonagiri
Re: How to show a vf page on the first installati on of the managed package?
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-20-2013 09:58 PM - edited 01-20-2013 11:10 PM
Hi,
I am not able to open a page just after the installaton is done, can you provide more detials of how this can be done.
(in the install handler or by some other way). I am new to salesforce, can you provide more details of how this can be done
Please help,
Sushma Rao

