You need to sign in to do that
Don't have an account?

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
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