Hey mega-minds! I’ve got a dashboard that triggers a Method Directive with a button click event. The button method has a GetNewProject() call. This calls to a directive that opens a BPM Data Form where users can add a few details for the new project. But, if the user closes that data form without clicking the OK button (clicking the X), we get the “Cancelled by User” message that kills the whole process.
My problem is that I disable the button once it’s clicked to prevent the user from clicking multiple times due to lag, and once the process is “Cancelled by User” the dashboard code stops before enabling the button.
Now, my question: is there a way to catch this directive exception in the dashboard code or a setting in the directive itself that will prevent it from stopping the whole process?
Thank you for your time and any help you can provide!