-
is there any way through which we can upsert list of list of accounts?
I want to update list of list of account. I am getting list of accounts from many sources, now i want to update them.
list<list<sObject>> la=new list<list<sObject>>();
la.add(accountList1);
la.add(accountList2);
upsert la;
Its throwing an error, is there any way through which we can upsert list of list of accounts?
Log In to reply.
Popular Salesforce Blogs
Salesforce Salaries
The range and scope of opportunities available to a Salesforce professional are among the best in the IT industry and might continue to rise in…
How to Delete Components from a Managed - Released Package?
Deletion of components is required when a component is no longer in use or a particular component has conflicted with some other components with the…
Understanding the Effects of Salesforce Downtime
With an uncommon degree of reliance on information and innovation today, an infrequent Salesforce downtime is a genuine bad dream for organizations as it might…
Popular Salesforce Videos
What is Salesforce Integration? | Saleforce Integration Explained
Learn how to seamlessly connect different tools and data sources with your Salesforce platform. It's all about making informed decisions and gaining a competitive edge!…
How to Test Your Process Builder | Salesforce
In this video, Appopedia provides helpful tips on how to test your process builder in Salesforce. She explains how to create a test user, what…
How to Use Salesforce Process Builder 2017
Salesforce process builder is a powerful tool you can use to automate business processes. It has a simple interface that allows you to point and…