Resolved! checking if a record exists using get()
Hello, I wrote a script where I can check if a record exists with the following condition and it is not able to find. var methods = new GlideRecord("incident"); var returnValue = methods.get("caller_id", "Bud Richman"); gs.addInfoMessage("the record ...