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
incaxtincaxt 

How can i display a field from an account in its contacts? [Newbie Question]

I want to a to display a field from an account in its contact. How can i achive this? For example. We have a field for the customer status in our account records. I'd like to see the value of this field in every contact from the account.

 

Best Answer chosen by Admin (Salesforce Developers) 
incaxtincaxt

I just found myself how to do it. 

 

I used a formula field:

 

Result=TEXT(account.field)