I want to implement a case in which incident should not get saved unitl and unless a kb is attached
//This should be only when assignment group is service desk.//Here's the code I have written but when using this , it is throwing the error even after attaching the kb function onSubmit() {var kb=g_form.getValue('knowledge_base');var assignmentGroup...