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
chanti kchanti k 

i have two fileds on visualforce page . we are enterd one value in first filed then same value wil be display in second filed

Hi All,

i have two fileds on visualforce page . we are enterd one value in first filed then same value wil be  display in second filed

Kindly help me , how to write the functionality give me one eample


Cheers,
Chanti
sri.nathsri.nath
Hi @chanti K

You can use the solution found in the below link:
https://salesforce.stackexchange.com/questions/33432/copy-one-custom-field-value-to-another-custom-field-for-a-custom-object

Instead of using hyperlink, you can leverage the keyup function to call the method.

Thanks!