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
SfdcBlueFishSfdcBlueFish 

How to override Account Standard Page with HomepageComponent

 

Hai Friends,

 

     Scenario: I need to create a page in homepagecomponents,with that page i need to override standard Accountpage

 

   Pls Help me in this scenario.

 

Another ThinG: Can we invoke Javascript in Homepage components

 

 

Thank u

Hari@Rockz

Ankit AroraAnkit Arora

Hi Hari,

 

Not sure how you can use homepage component to override Standard Account page, but you can create a same page in visualforce and override the new and edit of account with it.

 

As far as invoking JavaScript from homepage component , yes we can do that.

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page

Bhawani SharmaBhawani Sharma

You can create a visualforce page and can use it as an iframe in home page component. 

For overriding you can define StandardController="Account" attribute on page level, So this page will be available for overriding.

Home page component allows to invoke javascript.

SfdcBlueFishSfdcBlueFish

hai, 

Thank u for reply,

 

i have one scenario,that is when u creating new Account ,there are   fields like  Employees  and Slccode in Account Standardpage.Now requirement is when u enter Employees( suppose 100),then Slc code field should filled with double to number of employees(100* 2) when that filed get focused,pls help me in this scenario.I sthere any ways to slove this with homepagecomponenets.............................

 

Thanks in Advance

hari@RockZ