Run BatchJob for the entire resultset
I have a batchjob that takes the input from the database and the output to send an email with the rows from the database.
The issue that I am getting is for each row it's sending an email.I want the email for the entire resultset not for me.
Please let me know how can I achieve that.
1 Attachment(s)
Run BatchJob for the entire resultset
I am hereby attaching my xml document.
The issue that I am getting is it's sending an email for each and every row instead of sending the email for the entire list.
It would be appreciated if I get the response as early as possible.