1 answer
This is what I have so far:// use SOSL instead lf SOQL for fuzzier matching// we are searching for the phone number of the owner of the account// that has the clid number associated with it. $search = 'FIND {' . $clid . '} IN PHONE FIELDS '. 'RETURNING ACCOUNT(OWNER.PHONE)';