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
SidharthSidharth 

Java BULK "Query + Delete" Records

Hello All,

Does anybody have sample Java code to Bulk query SF records followed by Bulk delete in the same call ?

Thanks
Sid
sandeep sankhlasandeep sankhla
Hi You are asking about apex code or java code ?
SidharthSidharth
Hi Sandeep. I believe SF Bulk Api cant be accessf rom within apex (please correct me if i am wrong).
So either og Apex / Java code would be sufficent. Thanks.
SidharthSidharth
Hi Sandeep, Do you have the sample code for this in Java or C# ? Need to query + delete sf records in bulk.