-
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
Revenue Optimization with Salesforce - A Complete Overview
Some areas of the world are slowly returning to normal conditions. However, many supply chains are still disrupted. This, in addition to rapidly changing market…
How to develop Salesforce Visualforce apps using AngularJS ?
If you need to display Salesforce data to people other than those that have Salesforce accounts, Visualforce pages is the best way to go. It…
How to connect multiple accounts to single contact in Salesforce?
Setups to connect contacts to multiple accounts is quite easy and quick. Following are the steps to be followed: Go to Setup, enter Account Settings…
Popular Salesforce Videos
How Easy (or Difficult) is it to Transition from Salesforce Classic to Lightning Experience?
This video answers the question of: How Do You Transition Your Company from Salesforce Classic to Lightning Experience? ▪️ How difficult is it? ▪️ How long should…
5 Benefits of Integrating Mulesoft Into Your Business | Salesforce Integration
The MuleSoft integration solution has provided visionaries throughout the world with the power to connect all their data, systems, and devices seamlessly. Swipe to know…
Access & Permissions in Salesforce | Profiles, Permission Sets, Sharing Settings
User permissions and access settings specify what users can do within an organization: Permissions determine a user's ability to edit an object record, view the…