Hi all, really fast question !
I have managed to get a filtered record by using RetrieveMultiple and by specifying my filtering criteria in a QueryExpression/FilterExpression.
It's working fine but I have the feeling that it must be a cleaner solution to archive this !
I don't need to retrieve more than one record, I just need to confirm that a record with value "x" in field "y" exist in my DB.
Can I do that with a simple Retrieve() ?
Or in other words, what's the most proper way to do what I want to do ?
Thanks for help!