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
VarunCVarunC 

standardcontroller functions override

I would like to override some standard function of StandardController.

I want to use StandardController Accounts on a VisualForce page, to display Accounts list, with CHECKBOXES to select the Accounts. Can anyone guide me here, how to do this?
RickyGRickyG
This is the use case for controller extensions.  See the doc or Chapter 12 in the Developer Guide.

Hope this helps.
SfdcBlueFishSfdcBlueFish

Hai RickyG ,

    

     can u pls help me in following scenario,

 

I need to override Account standard page functionalilty, our requirement is ,if u enterd no.of employees as 100,then in Slc code u need to fill  with 100*2 ,when point is focus on that field,how i can achieve this,

 

pls Help in this scenario

 

Thank u

 

hari@Rockz