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
SFDC_Dev_2009SFDC_Dev_2009 

update lookup field using cross object formula fields

I would like to update lookupfield(Contact) in Opportunity detail page,when a lookupfield(Contact) is updated in Account detail page.Currently i use tect type in Formula fields and it displays only the ID.

 

Please help