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
Del SantosDel Santos 

Display Opportunity Product in Opportunity Page

Hi!

Is there any existing topic i can check for my issue. I created a lookup field PRODUCT in my opportunity object, from this i want to display the opportunity product i selected so from here i can create a new formula fields to display the discount, list price etc. Is there any other approach i can do? 

tia!

Del
Jasper WallJasper Wall
Hi Del,
Create a field of type lookup relationship in PRODUCT by selecting RELATED TO value as Opportunity.
After that create a record in Product by selecting an opportunity. 
Your created product will be appear as a related list in the bottom of the opportunity page.

Mark it as the best answer if it helps,

Thanks,
Balayesu
Del SantosDel Santos
Hi, thanks for the response!

However what i want to achieve is, when i select an oppty product, i want the product detail (lets say product name) to appear or display in the oppty detail page. appearing in the custom look up field i created.. is there any way besides creating apex code.