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
sundhar.mks1.3962649227519546E12sundhar.mks1.3962649227519546E12 

How to Send all the product information to the primary contact of the opportunity

Hi,

how to Send all the product information to the primary contact of the opportunity. How to achive this requirment. Kindly give any solution

Thanks
SonamSonam (Salesforce Developers) 
One way would be to :
1)Get the email address of the opportunity primary contact stored on the opportunity
2)Create a custom button on Opportunity to Send an email (fetch the opportunity products) and send it to the email address of the opportunity primary contact.

Reference/Sample code:
1.https://developer.salesforce.com/forums/ForumsMain?id=906F00000008yPpIAI
2.https://gist.github.com/anonymous/495728fd29a59294f24c