Bashing your head against a wall trying to figure out how to email your accounts from within Zoho CRM? This screencast explains how.
If you need any further help with this or with anything related to Zoho CRM, give me a shout at jeremy.nagel@nuanced.it or call me on 0414 885 787
I run a Zoho CRM consultancy (www.nuanced.it) with offices in Sydney and Melbourne.
NB: this blog post is no longer relevant as API v2 lets you use searchRecords with multiple criteria :) I discovered something really cool tucked away in the Zoho CRM forums today. For the history, check out this thread . In summary, the searchRecords API task in Zoho CRM is impossible to use if you have multiple criteria and in general it's pretty annoying to get the single criterion right. In the forum thread, Zoho Support advised that you can actually use getRecords with a view name. This feature is not documented on the getRecords page at all but I can confirm it works:D This is really, really cool. It's going to make my life as a Zoho dev much easier! Instead of having to do something really inefficient and ugly like: leadRecords = zoho.crm.searchRecords("Leads","(Created Time|<|" + yesterday_date +")",fromIndex,toIndex); for each ele in leadRecords { lead_source = ele.get("Lead Source"); createTime=(ele.g
Comments
Post a Comment