Jython method from a custom class.
Good day all. Is it possible from within a FDMEE script to call a method of a custom jython class. My goal is to simplify sending emails from failed FDMEE process where it sends an email when the a process fails. I've implemented a class to reduce the amount of code that is being repeated.
It will display in the FDMEE log the to Address an the to Message but then it throws the error
AttributeError: nrEmail instance has no attribute 'getMsg'
Any help would be greatly appreciated
The custom script, which is executed within FDMEE is as follows:
-----------------------------------------------------------------------------------------