Added "not like" operator for Autotask API queries

We strive to expose the complete Autotask SOAP API within our interface, but were recently made aware of a missing operator when performing queries to the Autotask API.

Today, we announce that MSPintegrations now supports the “not like” operator when performing Autotask API query operations. Somehow, we missed this operator when we built that portion of the MSPintegrations console.

The like and not like operators support the % wildcard character. For example, you can search for a field that starts with “Test” by performing a query using LIKE Test%, and a field which does not start with “Test” would be written as NOT LIKE Test%.

- Credit goes to customer SG for bringing this to our attention!