How a statement NOT equals an encoded query
Hi, I have a script that checks if a record matches specific criteria. I have put those criteria in an encoded query. When the record match the criteria I update a field, like this: var activateWorkstation = new GlideRecord("cmdb_ci_hardware"); activ...
