Topic by Scott Brady
Content
I am using soap to query the contacts using soap and would like to inquire if it is possible to filter the contacts by custom fields as per the following
string searchQuery = "SELECT Contact FROM Contact WHERE Contact.c$studentnumberfull ='" + studentNumber + "'";
What I would like to know is that is this possible or not.
Regards
Scott