AgreementTemplateServiceBatch Error Notifications
The AgreementTemplateServiceBatch class currently does not have a mechanism for error notification if the Apex Job (created by the class) fails. It would be helpful to have some mechanism to capture errors generated by the process so they can be handled. Currently, the batch class only returns the Apex Job ID, and it is returned whether an error occurs or not. Without looking in the Apex Job logs, a user will never know if the process failed.
1
vote