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
Shahil Khan 1Shahil Khan 1 

Need to pull field value from opportunity field, but there are minor complexities

Hello,
I have a field on Opportunity called Partner, which is a lookup field derieved from the account object [Partner__C --- LookupAccount] . I want to pull that field value back on the account object on a new field that i have created [Partner Account__C].

What is the best way to go about this?
 
Raj VakatiRaj Vakati
You can create a formual field on the account ... 
Raj VakatiRaj Vakati
You have some complexities .. 
 
If you have more than one opportunity for each account then how you will do it
 
Ideally process builder you can use to meet this needs ,if its one to one relation .