gs.setRedirect() not working in after BR
I was trying to redirect a user to some other form after update in incident form. I wrote an after BR in the incident table and added gs.setRedirect('/change_request.do?sys_id='+some_sys_id); It updated the record but didn't redirect the user. Also ...
