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
abhi_sfdcabhi_sfdc 

How to override standard new button functionality

Hi Guys,

 

I am new in salesforce. I want to write a visualforce page which should display all the existing account records and page should also show a new button for creating new account records. While clicking on the new button new VF page having some account fields show with save button on new VF page.

 

can we achieve this functionality? please hepl!!

APathakAPathak

Hi,

This functionality is provided out of the box using List View.

If you are going with VF approach then pagination would need to be implemented.

Saurabh DhobleSaurabh Dhoble

Start with the basics. First, create a Visualforce page to show a list of accounts.

Refer to this for details :- http://writeforce.blogspot.com/2012/10/adding-search-functionality-for-related.html