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
AgPrernaAgPrerna 

Accessing Parent record's field value in child record.

I have a Account Test1 with Address Line 1, City and State.
I have another Account Test2 with Address Line1.
Test1 is the parent of Test2.
In Case object,  i have a field where I am populating value of Test2 as name and Address Line1.
I want to merge Address Line-1, City and State in one of the fields of Case object.
Can we do this using formula field?