Skip to main content

Greetings!  Reaching out to see how one could use DataLoader (or another solution) to upload multiple new Opportunities into Salesforce,  each of which will have one to six products (all products already in Salesforce).  

 

Thank you,

 

John

1 件の回答
  1. 2024年7月11日 22:21

    If you use dataloader you'll need to do this in two imports - first the opp, second the opportunity product records.

    You'll need the record IDs of the imported opportunities plus the existing products for your opportunity product import

0/9000