-
How to create many new records without DML error in Salesforce?
If I get a json file with 20000 records to create in SF, how can I do it not breaking the limit of 10000 DML operations? I can’t use batch apex in this case, because I don’t have any records in SF yet.
Log In to reply.