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

Custom Edit and View VF Page
Hello,
I have created a custom VF list page which show all my campaigns in list view,now when I click on Edit button ,it should redirect me to a new VF page which is edit form with details filled.Please help me with this.
I have fetched the id and retrieved the record in Apex Controller,but how to bind it with VF page fields.
I have created a custom VF list page which show all my campaigns in list view,now when I click on Edit button ,it should redirect me to a new VF page which is edit form with details filled.Please help me with this.
I have fetched the id and retrieved the record in Apex Controller,but how to bind it with VF page fields.
Please see below example code.
VFPage
-----------
Controller
-------------
Please find a screenshot of VFPage.
Please accept my solution as Best Answer if my answer was helpful. It will make it available for other as the proper solution. If you felt I went above and beyond, you can give me kudos.
Thanks and Regards.
sandhya.
Thanks for the reply but in this case it opens standard edit page .I want to open Custom VF edit page.I have now achieved that.Only issue is it opens my VF page as well as standard edit page