Hi, How to make a business rule exception that will just end the process if occurred? i don’t want to appear this pop up if I just want the process to end and put some log message what the error is all about. thanks
Hi @Tmo
Write your code within try-catch activity and you can print the error logs in the catch block itself.
Thanx