OSEmployee1007
4 years agoNew Contributor III
How to display a message box from an TransformationEventHandler?
Hi everyone, Is there any possibility to display a message box when there is an Fail task during import a file? I am launching automatically an Import Validate Load of a file when the user import mannualy a file from a specific workflow task, and I would need to display a feedback when one of these tasks is Fail (wrong intersection for instance) ? Many thanks for the help, Aurélien
It was from a business rule executed from a Data Management sequence... Finally I could do it by moving the code (and adding a Throw Exception) to the TransformationEventHandler rule.