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 

Override Accountpage.................?

Hai friends pls help me,

 

Scenario:-

 

         When u creating new Account,in Account Detail page u can find two fields Employee and Slc Code......Now my requirement is if u fill  employees field with value then slc Code value sholud be filled with double the value entered in Employees when that field get focused.suppose u have entered 100 in employees field on Sic code field filled with 200 automatically when mouse focused on that field....................

 

ThankS in Advance

 

hari@RockZ

CLKCLK

Yes,override new & edit button with VF page.

Make SIC field read only.

OnChange event of employee field call <apex:function> which will populate value in SIC code field.

Renrender the SIC code fiel