Topic by Sathish Kumar
Hi ,
Below is the query I am using for fetching the record,
SELECT contact FROM Contact c WHERE Contact.Phones.RawNumber='"+phoneNumber+"'
This query works perfect in test instance whereas in production it is not returning any record even tough value is available.
Thanks in advance,
Sathish