function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bahtiyar IshkabulovBahtiyar Ishkabulov 

How to create many new records without DML error?

Hi everyone,
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.