Hello,
We recently received this error via email:
Apex script unhandled exception by user/organization: 00561000000OaM4/00D61000000KJsF
Failed to invoke future method 'NULL' on class '<unknown>' for job id '7076100002oE6Xw'
caused by: line 1109, column 24: Variable does not exist: Body
I looked up that job ID and found that it is related to the EmailSender Apex class. I've confirmed that the running user is active.
Can anyone shed some light on what the EmailSender class is doing and whether or not this error is anything to worry about?
Thanks!
We recently received this error via email:
Apex script unhandled exception by user/organization: 00561000000OaM4/00D61000000KJsF
Failed to invoke future method 'NULL' on class '<unknown>' for job id '7076100002oE6Xw'
caused by: line 1109, column 24: Variable does not exist: Body
I looked up that job ID and found that it is related to the EmailSender Apex class. I've confirmed that the running user is active.
Can anyone shed some light on what the EmailSender class is doing and whether or not this error is anything to worry about?
Thanks!
Comment