Problem in Find Operation using SOAP Web-service
Dear All,
Finding using web-services payload is well explained in (Doc ID 1559863.1) .
In this document Operators are suggested for find operations are
"operator: =, >=, <=, >, <,<>, ISBLANK, ISNOTBLANK, CONTAINS, STARTSWITH, AFTER, ONORAFTER, BEFORE, ONORBEFORE, BETWEEN, NOTBETWEEN. Not all available operators will work against all attribute types (e.g. String, Integer, Date etc). Note that the numeric comparison operators (=,< etc) generally work against String fields."
I have tried to use operator '<>' (Not Equal to) for numeric value comparison. but it did not returns exact desired information.
Also operator '<>' (Not Equal to) don't work for String value too.
Could anyone please help me out to set NOT EQUAL TO criteria in any find web-service?