-
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 10 years, 4 months ago by
Ravi.
-
This discussion was modified 10 years, 2 months ago by
Forcetalks.
-
This discussion was modified 10 years, 2 months ago by
Forcetalks.
-
This discussion was modified 10 years, 4 months ago by
Log In to reply.
Popular Salesforce Blogs
Turn Your Mission into a ‘Connected’ Nonprofit with Salesforce
Technological disruption is pervading every industry, and the Non-profit sector is no longer a different kettle of fish. For non-profits, where collaboration, communication, community building…
Master Salesforce Data Cloud Consultant Questions for Exam Success
Key Salesforce Data Cloud Consultant Questions for Certification Success Are you preparing for the Salesforce Data Cloud Consultant certification? If so, practicing with Salesforce Data Cloud…
Unleash the True Potential of Salesforce with Professional Administration Services
There are fair chances that you are sold out on the expansive range of features and benefits that Salesforce offers. However, the issue arises when…
Popular Salesforce Videos
How to Configure and Customize Salesforce Lightning
A Salesforce expert will guide you through all of the configuration, customization, and personalization options available so you can get the most out of Lightning…
Creating a Rollup Using DLRS | Salesforce Tutorial
In certain situations, an object does not support a roll-up, or the relationship is not permitted. Learn how to make it possible by using the…
How To Set Up Gmail With Salesforce | Salesforce Development Tutorial
Learn how to set up Gmail with Salesforce. The following points will be covered in this tutorial - 1. Lightning for Gmail Get a brief…