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
JMallingJMalling 

Contact related list on Opportunities

Hi,

 

In the opportunities related list, I wish to display the contacts that are related to the account which the opportunity are related to (we only have one opportunity per account).

 

I have a naming convention so that the opportunity name will always equal the account name + the value of third field. Therefore I tried accomplishing this by making a opportunity-lookup field on the contacts object, and via a workflow automatically set this to the name of the account + the value of the third field.

 

This didn't work, as the workflow doesn't allow me to select lookup fields for field updates.

 

Does anyone have any suggestion as to how this can be accomplished?

 

Thanks.