-
Can I Upsert List of List of Opportunity?
Can I Upsert List of List of record?
List<list<Opportunity>> oppList=new list<list<Opportunity>>();
oppList.add(OpportunityList1);
oppLista.add(OpportunityList2);
upsert oppList;Its throwing an error, is there any way through which we can upsert list of list of Opportunity?
-
This discussion was modified 9 years, 10 months ago by
Ravi.
-
This discussion was modified 9 years, 9 months ago by
Forcetalks.
-
This discussion was modified 9 years, 9 months ago by
Forcetalks.
-
This discussion was modified 9 years, 10 months ago by
Log In to reply.
Popular Salesforce Blogs
How to Get the Sales Team to Use Salesforce
Salesforce is a strategic tool for the growth and evolution of companies, but if it is not used to its maximum capability, it may lose…
Bridging the Gap: ChatGPT Integration for a Smarter Salesforce
AI is here! Where are you? The success of your business hinges on how effectively your sales representatives manage customer relationships. To achieve this, your…
What is Salesforce Net Zero Cloud?
Barely a day goes by without there being something in the news about climate change, sustainability or carbon footprints. It is a major focus for…
Popular Salesforce Videos
Salesforce Training | Salesforce Jobs For Beginners Video
Salesforce Training Tutorial video provides What is Salesforce and Salesforce jobs and Salesforce careers for beginners. So if you are planning to becoeme a Salesforce…
Mocking Apex Tests: Salesforce Tutorial
In this Video Leonardo Berardino talks about the following: Mocking Apex Tests and Apex Mock Examples Unit Tests x Integration Tests How to create unit…
Apex Performance Tips and Tricks | Salesforce Video Guide
Watch this video to learn all about Apex Performance: • What do we mean by performance? • How do we measure performance? • Loop Performance…