Error: "You don't have account in Zoho CRM!"
Hello!
Something wrong with custom functions today!
I created pretty simple code:
resp = zoho.crm.getRecordById("Potentials", potentialId);
info resp;
potentialId set as an argument
But I got this:
{"4102":"You don't have account in Zoho CRM"}
I'm in my account!!! How is it possible?