Skip to main content
November 19, 2021
Solved

How to display a message box from an TransformationEventHandler?

  • November 19, 2021
  • 1 reply
  • 0 views
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
    Best answer by OSEmployee1007

    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. 

    1 reply

    November 19, 2021

    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?

    OSEmployee1007AuthorAnswer
    November 22, 2021

    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. 

    March 22, 2024

    Hai alesage,

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