function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Suneel14Suneel14 

How to get Edit button URL in to other VF Page

Hi ,

I want after seleting one List View for any object edit link of that view button URL. I want pass in VF page . Is it possible ??

 

Thanks!

Pankaj Kumar Pandey2Pankaj Kumar Pandey2

Would you provide some more detail.

Andy BoettcherAndy Boettcher

If you're talking about overriding the "Edit" link for a List View on an Object tab - no, you can't override that without creating an entire Visualforce page and overriding the whole tab.

 

If you're talking about the "Edit" button for an individual record within a List View on an Object tab - no, you can't override that either without creating a VF page and overriding the whole tab.

 

-Andy

Andy BoettcherAndy Boettcher

HOWEVER!

 

If you're looking to override the EDIT page of a record - you CAN do that.  Check this link out to override a standard page with a VF page.

 

http://www.salesforce.com/us/developer/docs/pages/Content/pages_quick_start_tabs.htm

 

-Andy