You need to sign in to do that
Don't have an account?
sfdev1
Contact lookup field on Opportunity (Custom)
I want to add a contact lookup field to Opportunity object so that I know which contacts related to an Account relate to that Opportunity. This means that when I select the lookup button I want the system to onkly lookup contacts related to that Account.
Would I somehow have to limit the lookup list with the use of Apex code?
Thanks
Stephen
I have a custom object (Projects) that is created through an opportunity, I am able to transfer Account info, Rep ID (translated into Rep name through a table formula) etc., but not Contacts identified in the Contact Roles.
Has anyone had any success with this? Why can't a Contact Role be referenced from other standard and custom objects? I've considered creating another junction table for Opportunities and Contacts, but that seems fairly redundant considering that the OpportunityContactRole junction table already exisits.
Thanks in advance.
You can access the rows of Opportunity Contact Role with Apex though.