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
PenrodDevPenrodDev 

Adding Related fields to Opportunity View

I have a Contact Lookup in my Opportunity Object.

 

Is there a way to show all of the Contact fields in an Opportunity View?

venkateshyadav1243venkateshyadav1243

Hi Penrodev

 

Do you mean when you create contact record, you want show some contacts fileds valus in opportunity fields.

ex: in contact u have phone num(9999999999)

in opportunity also u want show in phone num filed these value.

 

if you want like these you have to write trigger and poulate contact fileds in opportunity

 

 

 

Regards

venkatesh

PenrodDevPenrodDev

If I click on the Opportunities tab and click the create view link. How do I get contact field columns, from a contact lookup in the Opportunity object, added to my new view that I'm creating.