商談の情報に加えて、商談商品の商品名と販売価格を取得したいのですが、エラーがでて取得できません。できれば担当者名も取得したいのですが、どのようにすればよいでしょうか。
SELECT Id, Account.Name, OwnerID,
(Select PricebookEntry.Product2.Name from OpportunityLineItem)
FROM Opportunity
エラー内容
ERROR at Row:2:Column:43
Didn’t understand relationship ‘OpportunityLineItem’ in FROM part of query call. If you are attempting to use a custom relationship, be sure to append the ‘__r’ after the custom relationship name. Please reference your WSDL or the describe call for the appropriate names.