addEncodedQuery Method In Lower Case Results are Strange instead of Error
Hi All in one my script i used below and results are as expected. var incGr = new GlideRecord('incident');var cn=0; incGr.addEncodedQuery('active=true^reassignment_count>2'); Now i did this and it is returning all incidents instead of throwing ...
