How to close pop-up message
Summary
How to close pop-up messageContent
I have a flow that calls a REST endpoint that executes an integration. This integration takes about a minute to complete. So while it is running, I have an informational persistent pop-up message showing the user a process is running. Since the message is persistent, I need to close the pop-up problematically when the REST response is returned.
I'm assuming this will need to be accomplished with a JavaScript function and calling module function after the REST endpoint. I'm unclear how to identify the fire notification component and proper way to close. I've seen the demo for closing a dialog box, but not sure the same applies to fireNotification messages.
Tagged:
0