How to make a FireNotification dialog modal?
Summary
We have a process that submits a update to REST API. If an error returns then the Fire Notification event executes and displays, but user can navigate away from page before the message displays.Content
We have a process that submits a update to a REST API. If an error returns then the Fire Notification event executes and displays, but the user can navigate away from page before the message displays (there is a lag from when the API returns and the Fire Notification dialog appears). This is problematic since the user can actually navigate from the page prior to seeing the results of the REST API call. If we replace the Fire Notification action in the Action chain with a module call to a JS function that displays an alert, then we get the
Tagged:
0