Topic by Muthulakshmi Muthaiah
Hi All,
I am trying to fetch the contact details based on the custom field date of birth value. But it is not working as expected and it shows the provided query has no results.
Please find the below query.
select id,Contact.CustomFields.CO.x_dob from Contact where id=1 and Contact.CustomFields.CO.x_dob like '1993-04-06Z' LIMIT 25
Thanks ,
Muthulakshmi