Resolved! how to use if inside while loop
Hi All, My code is just updating the else condition if the value is matched. i want to give the error message as well.var server = request.split(',');for (var i = 0; i < server.length; i++){var gr = new GlideRecord("u_server_details");gr.addQuery("u_...