Zoho CRM custom fields not showing in zoho creator
Hi Team,
I have created a Products form with Zoho CRM integration and connected it to Products module of CRM.
But when I see the reports of Products in Zoho creator then I am not able to see custom fields of Products module.
Only standard fields of Products module are shown in reports of zoho creator.
Is this the limitation or am I missing any configuration?
[Note: I know I can get All Products data with below call in deluge but this will be considered as external call and there is a limit on external call per day that why I wanted to pull all the CRM Products in zoho creator form/report.
crm_products = zoho.crm.getRecords("Products",1,50,{"connection":"zohocrm_connection"}); ]
Thanks,
Payal