You need to sign in to do that
Don't have an account?
RarLopz
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
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
Account.Parent.[whatever field]
put that in your logic