how to display an alert message from the server script ??
i wrote a business rule script and i want an alert to be displayed once the condition is true. this is my scriptif((!current.start_date.nil())&&(!current.end_date.nil())){ var startdate = current.start_date.getGlideObject().getNumericValue(); var...