I am new to Axapta/X++, so if this question is stupid, I apologize in advance.
I want to send an email to a certain email address whenever an Exception::ERROR comes across a certain routine in my Axapta application. Anyone know how to do such a thing?
Does a COM object or class in the AOT exist that allows this type of thing to be done?
I know how to do this type of thing easy enough in C/C++, but have no clue where to even start in Axapta/X++.
Any comments/suggestions would be greatly apprecaited.