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
VijayNiVijayNi 

How to monitor data load for bulk operation of the records

Hi All,

If we are laoding records through wokbench or dataloader how to know if the records got processed sucessfully or if there are any failures while loading the records

Thanks,
Vijay.
Best Answer chosen by VijayNi
VinayVinay (Salesforce Developers) 
Hi Vijay,

The output file contains list of successfully inserted records along with failed records file separately.  You can open success and error file to check how many records got processed.

https://help.salesforce.com/articleView?id=sf.reviewing_output_files.htm&type=5

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,

All Answers

VinayVinay (Salesforce Developers) 
Hi Vijay,

The output file contains list of successfully inserted records along with failed records file separately.  You can open success and error file to check how many records got processed.

https://help.salesforce.com/articleView?id=sf.reviewing_output_files.htm&type=5

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
This was selected as the best answer
VijayNiVijayNi
Hi Vinay,

If we use workbench instead of dataloader how do we know if the records  which have  failures and sucessfully processed records.

Thanks,
Vijay.