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
FinneyFinney 

Replicate a field on one object to the other object

Hi

 

I have a field on Agreement which is called ANNUAL RENT.

 

I want to create the same field on the Transaction object which is also ANNUAL RENT and I want the value from the Agreement object to get populated automatically in the Transaction object.

 

Can anyone please help me with this.

 

Thanks

 

Finney

Best Answer chosen by Admin (Salesforce Developers) 
ashish raiashish rai

Hi,

You have make a lookup/masterdetails relationship between these two object. After the lookup relation you can easly retrive the parent object field through formula. You have to simply create the formula field which will store the value of parent object field on child object.