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

Open the VF page on click of List view Edit button
Hi all, I don't know how to do this. Please suggest any idea, I have one Custom Object Accesioning , I have created one visual force page to save the records into it. This Accesioning has Multiple relation with another object (all are child of this or look up relation). Now I want on the click of edit button of list view (Standard salesforce page) of accesioning . the same VF page should be open with all the fileds already filled and I can update the Accesioning object. Please help me in this any blog, any article or any idea.
One more thing. Can any one suggest me like If the url of my page is https://c.cs15.visual.force.com/apex/Accession if I pass the id of particular accesioning as query string than it should show all the data of Accesioning like if I type this URL https://cs15.salesforce.com/a02e0000001eYCL
than detail page of particular accesioning is opening where ''a02e0000001eYCL" id id of a prticular Accesioning record.
Please suggest anything on any of the requirment
Regards
Raman
To override the standard Edit button the page should have standard controller like below: