gs.setRedirect() in combination with current.setAbortAction(true) not executed (Before/Update BusinessRule)
Hi, if a Problem has an active ProblemTask or an active attached Incident, it should not been closed. I use an on before BR. current.setAbortAction works but the Form does not reload. (function executeRule(current, previous /*null when async*/ ) { ...
