Display a message when button is clicked

Certified Senior Developer

Hi,

I want to display a message informing an user to check their mail when a button is clicked. The button is for exporting the grid to excel. 

How do I do that? 

Thanks

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Sandhya

    The old stand-by option is to have the "export to excel" button submit the form, route to the correct process flow via an XOR gateway, and take the user to a separate User Input Task with the simple Confirmation Message indicating that they should check their email shortly for the exported Excel.  From there they would only have the option to click an "OK" button (for example), which would route them back to the original form.  While they're on that confirmation form, a separate process flow would already be handling the excel export and email.

    ETA: this would look something like the following sketch:

Children