
21 respostas
OK - I tried to duplicate your use case (as closely as I could).
Claim looks up to Location (Hierarchy Object) which looks up to PropertyMy formula came out like this when I used the field picker:
TEXT(Location__r.Property__r.Owned_Leased__c)
I tested it by creating a Property record, then creating a Hierarchy record (and relating it to Property with the lookup field) then I created a Claim that was related to Location (Hierarchy) using the lookup field.
I set a value on the Owned Leased field on the Property record and when I created the Claim record, my formula populated the value from the picklist field on Property upon save (below):
Hope that helps...here is a screen-shot of my field picker: