-
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
Unlocking Enterprise Success with Salesforce CPQ: 7 Advantages
Revolutionize Your Business with Salesforce CPQ Excellence - for Seamless Integration and Success! Elevate your enterprise with Salesforce CPQ Consulting Services by AwsQuality as a…
Salesforce Summer’24 Release for Administrators
In this article, we'll take a look at what changed this summer and what new things now await Salesforce admins when customizing Salesforce CRM. Add…
Popular Salesforce Videos
Salesforce Commerce Cloud Migration Key Considerations
Embarking on a Salesforce Commerce Cloud migration journey? This extract from our latest webinar outlines the key considerations and best practices to ensure a seamless…
Classes and Objects in Salesforce | Tutorial Video
The concept of OOPs is really important for any developer who is working with Salesforce or JavaScript, Java, or any other programming language. I have…
Create Walkthroughs in Salesforce Lightning Experience
This video shows you how to create a walkthrough with the In-App Guidance Builder. Then you can create hands-on guided training experiences for in-app onboarding,…