Someone knows how to check for M3BE warnings before executing code in H5 script?
The problem is I'm calling API inside OnRequesting (Enter) method. But once the user press enter, there can be validation from M3 and it can throw warning message. Since the user have pressed Enter, my script is getting executed regardless of the warning messages thrown by M3. I want to stop executing the OnRequesting method in my script if there is a warning message.