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
RAMACHANDRA REDDY DONDETIRAMACHANDRA REDDY DONDETI 

//when a new contact is created for a existing account then set contact otherphone as account phone.

when a new contact is created for a existing account then set contact otherphone as account phone.
 
VinayVinay (Salesforce Developers) 
You can use simple workflow field update to pull account phone to contact phone.

Thanks,