You need to sign in to do that
Don't have an account?

Salesforce Object Data Model
Object Reference for Salesforce and Lightning Platform
Product and Schedule Objects
In the Diagram when I look at the OpportunityLineItem.I see the following fields
1)ID
2)OpportunityID
3)PriceBookEntryID
It does not talk about the Product ID,Why is it so?
However ,In the Salesforece org when I look at the fields of OpportunityLineitem I do see ProductID as lookup field.Can somebody explian why ProductID is missing from the diagram.I am sure I am missing something here.
Product and Schedule Objects
In the Diagram when I look at the OpportunityLineItem.I see the following fields
1)ID
2)OpportunityID
3)PriceBookEntryID
It does not talk about the Product ID,Why is it so?
However ,In the Salesforece org when I look at the fields of OpportunityLineitem I do see ProductID as lookup field.Can somebody explian why ProductID is missing from the diagram.I am sure I am missing something here.
we have Product2Id on the OpportunityLineItem ... The ID of the related Product2 record. This is a read-only field available in API version 30.0 and later.
Use the PricebookEntryId field instead, specifying the ID of the PricebookEntry record.
So salesforce has pointed to the PricebookEntryId and from the PricebookEntryId we have relation to product