Forum Discussion

OSEmployee1007's avatar
OSEmployee1007
New Contributor III
4 years ago

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. 

  • I don't think a message can be displayed. Now, depending on how you are launching the automated job, there can be some items that you can look at. Is this being executed from a dashboard or a PowerShell/REST API?

    • OSEmployee1007's avatar
      OSEmployee1007
      New Contributor III

      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. 

      • sanjai's avatar
        sanjai
        New Contributor

        Hai alesage,

                    i am having same requirements for some task,can you please send me the code for this requirement..?