-
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
Managed Services: The Go-to Model for Salesforce Users
The global managed services market is anticipated to reach the $275 billion mark by 2026 with an 11 per cent CAGR - showing rising demand…
Check Salesforce Org's Email Limits in Apex Programming
Since Salesforce works in a multi-tenant architecture, it is important to check org limits before executing any transaction. Specifically, Salesforce email limits in Apex become…
Salesforce Financial Service Cloud for Insurance Brokerages to Programmed Process
Salesforce Financial Service Cloud for Insurance Brokerages to Streamline Processes Salesforce has launched the Financial Service Cloud (FSC) for insurance brokerages, an AI-powered solution aimed…
Popular Salesforce Videos
Salesforce Customer 360 - It Brings Your Company & Customers Together
Q: With a dispersed workforce, how do you bring all departments together with a single shared view of your customer? A: With Salesforce Customer 360.…
Salesforce Confetti | Salesforce Tutorial
In this video, we show you how you can add a confetti cannon to existing paths or create them from scratch. Surprise your staff and…
Salesforce Connect ( Cross-Org Adaptor ) | Salesforce Tutorial
This video will talk about external objects using Salesforce Connect, also known as Cross-Org Adaptor. 00:00 Introduction 00:29 Introduction to Cross Org Adapter 01:51 Create…