You need to sign in to do that
Don't have an account?
Khanh Bui
Open a VF page when save a case (standard page) that has a custom checkbox checked
Hi,
On the standard Case object, I have a custom checkbox 'displayPageA'. If I check this checkbox and then save the case, I want to open my custom VF page 'PageA' in a new tab. The data on this VF page also depends on the Account name selected on the Case.
I was trying to display this page as a popup window, but it seems too hard to do, so I want to try this way.
Is it possible to do? How should I go about doing it?
Thanks for helping.
Khanh
On the standard Case object, I have a custom checkbox 'displayPageA'. If I check this checkbox and then save the case, I want to open my custom VF page 'PageA' in a new tab. The data on this VF page also depends on the Account name selected on the Case.
I was trying to display this page as a popup window, but it seems too hard to do, so I want to try this way.
Is it possible to do? How should I go about doing it?
Thanks for helping.
Khanh
You can pass account id in url to your vf page and let controller query and populate it on page.
All Answers
You can pass account id in url to your vf page and let controller query and populate it on page.