Varan back to basics :isValidEncodedQuery() and glide.invalid_query.returns_no_rows
In order to prevent accidently querying ServiceNow using a malformed encoded query implement following 1. Create a system property glide.invalid_query.returns_no_rows with value as true. 2. Add validation in your scripts to check if encoded query is...