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
Glen.ax1034Glen.ax1034 

Opportunity Products Schema Help

We presently have opportunity products populating from the products2 object in our salesforce app.

 

what i am trying to figure out is the best practice to make packages of these products.

 

we created a salesforce object "Screening packages"

 

the idea is to have packages that contain products from an opportunity products list, and then to mark them down to a combined discount, say 25%.

 

how would you link these in?

 

http://imgur.com/JwN0T

 

Just trying to figure this out. As of present. I have related list linked products/services and products(which is products2)

 

my questions is when i go to products, it wants me to create a new one and i just want to link products in... i dont want a new one. and i only want to have products from the linked opportunity product available to choose from.

Glen.ax1034Glen.ax1034

this sounds like a many-to-many problem.

 

i made a 3rd object called product package.

 

did lookup relationships from product package to product and to screening package.