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
RarLopzRarLopz 

Formula Field Contact Account heirarchy

Can some one shed light on the best way to achieve this ?
I want to get the value of a text field from the ParentAccount in an Account Heirarchy on Contact record.   

Contact > Account > ParentAccount > 'text field' 

I am thinking of creating a formula field on Contact  with Psedocode ..

on Contact record if Account field is not null > check if the Account related to the contact, has a parent Account. if yes, populate the parent accounts customtextfield value on Contact
Best Answer chosen by RarLopz
DimondDimond
i think its just 

Account.Parent.[whatever field] 

put that in your logic