Resolved! UI Action script to close child incident.
Hi All, I wrote code in UI actions to close child incidents but it is not working. Can someone correct this code. It is given below. function demoChildClose(){ var answer=confirm("Do you really want to close child incident?"); if(answer==true) {gsftS...