Hello,
I am looking into the Creator - CRM integration.
I can succesfully fetch records with this command: zoho.crm.getRecords("<ModuleName>",<fromIndex>,<toIndex>);
For example I can create a list that contains the names of my accounts.
Now I also would like to search for contacts in CRM
I could use the following:
zoho.crm.searchRecordsByPDC(<moduleName>,<criteriaColumnName>,<criteriaColumnValue>);
The fields I can search for in the module contact is only accountid For the module contacts I can not search for account name.
So how do I first find available account names and then search for contact with that account name?
I can also not request the accountid with the getrecords method.
The bottim line is: I seem to need to search for accountid but I can not fetch the accountid, only Account Name.
Greetings,
Rob