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
Brittany AdkisonBrittany Adkison 

Formula for a field to populate Account User's phone number?

I'm developing an Account formula field in which I would like to pull the Account Owner's phone number and apply it to that field? I'm assuming it's possible to pull a User field and apply it to a formula for an Account?

 
KaranrajKaranraj
Brittany - Yes you can pull the user field in formula field. Below is the formula which will display the Account owner's phone number
Owner.Phone