Cannot seem to get CRM Data (Many-to-many module associated fields) into Zoho Creator List Reports

Cannot seem to get CRM Data (Many-to-many module associated fields) into Zoho Creator List Reports

Hello,

I was wondering if you might be able to help me with an issue.


We have multi-linked modules in our CRM (to support many-to-many module associations), specifically on the Deals module.  One field is "LR_Client_POC"


I am trying to build a customer portal using Zoho Creator. The standard integration for Zoho Creator to Zoho CRM, does not include our custom fields in the results.  That is, when I use the CRM Integration options, the data does not include our multi-linked field, i.e. "LR_Client_POC"


I have built a custom function to pull the details using deluge and this returns all the fields.


my Get Deal Function: 

list getDeals()
{
response = zoho.crm.getRecords("Deals”);
dealListJson = response.toJsonList();
return dealListJson;
}  

The "LR_Client_POC"  is returned when I use the zoho.crm.getRecords("Deals") call ...but I cannot figure out to build a list report.

In a Zoho Creator Form, I can print the results to the log file, but how I cannot figure out how to populate a List View or List Report, or Spreadhseet Report with the data from getDeals function.

Can you point me at some resources that might help?

I’ve searched extensively and haven’t found anything that helps me put the pieces together.

Thanks in advance.

Cheers,
Tyler