Search code examples
dynamics-ax-2009x++axapta

Email Alerts (batch jobs) going to users after canceled


Is there a table or a class that shows all emails for all batch jobs? We have users getting emails for jobs that are canceled.


Solution

  • To agree with Jan, there is no email log.

    Even further, jobs that are canceled should not continue to send emails...so it sounds like the job isn't actually canceled.

    To find alerts setup by the user, in the AOT go to Tables\BatchJobAlerts. There you can see things like user and email. The BatchJobId field is a recId that can be looked up against Tables\BatchJob in the recId field. This will tell you the offending batch jobs.