addOrCondition() not working with addQuery() function !!
Hello,I need to write a multiple AND query along with OR conditions for addQuery() function.When I try to write the following piece of code :-var gr = new GlideRecord('sys_update_xml');gr.addQuery('sys_updated_by',a).addOrCondition('sys_updated_by',c...