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

Call VF page using custom Button
Hi I am new to salesforce, i have a requirement like,
I am having one custom button in case object, i want to save the case record and also alternatively it will call one vf page by using one custom button.
Is there any possiblities, how can i achieve it?
Please let me know.
Thanks in advance
I am having one custom button in case object, i want to save the case record and also alternatively it will call one vf page by using one custom button.
Is there any possiblities, how can i achieve it?
Please let me know.
Thanks in advance
To call a visual force page from a custom button.May I suggest you follow the similar requirement from below link.
- https://salesforce.stackexchange.com/questions/12832/how-to-call-a-visualforce-page-from-a-custom-button
- http://sfdctipsandtricks.blogspot.in/2014/02/how-to-create-custom-button-to-open.html
- https://developer.salesforce.com/forums/?id=906F0000000AwKmIAK
Hope it will be helpful.Please mark it as best answer if the information is informative.
Best Regards
Rahul Kumar
I want to save a record and after the record saved it will call the vf page parallely.