Zoho CRM: Multi-Select Lookup Fields showing NULL values in Tables
Hi, Zoho support,
I followed the following tutorial creating Multi-Select Lookup Field :AssociatedCompanies
I am able to see the associated companies of a contact form UI but when performing the following statement the values in AssociatedCompanies appear null and in response, this field does not show:
SELECT FirstName,LastName,AssociatedCompanies FROM ZohoCRM.Contacts
I am using a CData driver in order to retrieve my data:
My question: How can we get the values of Multi-Select Lookup Fields get exposed.