-
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
Control Salesforce Lightning Tabs With Next & Back Buttons
Hello, In this post, we are going to create a sample lightning component to control <lightning:tab> with Next and Back buttons. In this code we…
Simplifying Salesforce CPQ Migration: A Spotlight on iSyncSF
In the dynamic landscape of modern business, the seamless transition of critical systems like Salesforce CPQ (Configure, Price, Quote) between different Salesforce orgs is paramount.…
Integrating Single Salesforce Org With Multiple Jira Instances with Sinergify
Why the need for different Jira instances within the same organization? As we all know, Salesforce is a CRM platform and organizations use it for…
Popular Salesforce Videos
How to Delete Preloaded Sample Data in New Salesforce Organizations
When Users begin a trial or subscription with Salesforce, their org comes with a set of sample data. This data includes Accounts, Contacts, and Opportunities.…
How Salesforce Industries can be Used on Top of Salesforce?
Salesforce Industries offers pre-built solutions on the Salesforce platform that solve the needs of particular industries. Vlocity takes these common requirements and packages them into…
How to Create an Automated File Import in Salesforce Marketing Cloud
Cameron Robert shows how to create an automation to import files from your FTP into Data Extensions in Salesforce Marketing Cloud. File Import Automations are…