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
ShiftAaronShiftAaron 

Display contact information in account tab

I am looking to pull a specific, custom, text field from the contact tab into the account tab.

 

Basically, if the given account has a certain member, display it. Otherwise display nothing.

 

Can this be accomplished with a formula field or does it have to be done with Apex/VF? 

Best Answer chosen by Admin (Salesforce Developers) 
shillyershillyer

Cross-object formula fields display parent(s) data on the child, not the other direction. You would need to use Apex Code to capture your custom text field from the child.

 

Best,

Sati