-
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
External Objects in Salesforce - The Implementation Guide
External Object is a kind of virtual object which does not exist in your Org. It is a custom object like other custom objects we…
5 Key Benefits of Salesforce CPQ to Your Sales Team
Salesforce CPQ increases the efficiency of the sales team by creating quotes that are curated with the diverse knowledge all brought to one place which…
Top 6 Qualities of Salesforce Consulting Partners to Look Out For in 2024
When it comes to CRM, anywhere we go in India or across the globe, everywhere we see Salesforce and Salesforce consulting partners We all know what Salesforce…
Popular Salesforce Videos
Salesforce Data Archive along with Files
This video tries to explain the way true archive of records as well as the files in Salesforce. Archive files along with the DataArchiva, We…
What is Audit Trail in Salesforce?
Audit Trails helps to track the recent setup changes that you and other administrators have made to your organization. Watch this video to learn about…
Einstein Analytics – Release Readiness, Spring '18
Discover the new and exciting features that you can expect from Einstein Analytics in the Spring '18 Release. These include: - a new enhanced explorer…