Resolved! How to query multiple values in a 'state'
Hi All, I wanted to check if an incident record is available with either resolved state or closed state or cancelled state is below script for querying the table right? inc.addQuery('state=7'||'state=6'||'state=8'); // is this querying right?? as a...
