I am working with a Dynamics AX solution provided by a Gold Partner. This solution incorporates a number of custom tasks executed as batch jobs within AX. Not sure exactly how this works because I am fairly new to AX - but the jobs themselves appear to be attached to a batch group which executes the tasks periodically. Anyhow my question is around what happens if one of these tasks fails during execution.
What is the standard practice within AX in regard to the reporting of errors from within a batch job? Let's say the developer provides no structured exception handling within X++. How would the process executing the batch job handle the exception? How would a user be able to view errors raised by a batch job?
Any feedback on this would be very much appreciated.
Regards
Anthony