Update Call_Status not work anymore since yesterday for overdue calls
Hello,
I have a function in deluge who cancel a call
if the Call_STATUS is scheduled it works
if the Call_STATUS is Overdue it don't work
the function :
callId = call.get("id").toLong();
callmp = Map();
callmp.put("Call_Duration","00:01");
callmp.put("which_call","Scheduled Unattended");
callmp.put("Call_Status","Scheduled Unattended");
response = zoho.crm.updateRecord("Calls",callId,callmp);
Sticky Posts
How to Add Users to your Organization in ZohoMail?
A better clarity so you can create other users to start using Zoho Mail. You can directly Add Users from the Control Panel to your Organization. You can invite users with the existing email address. If the person (user) already uses ZohoCRM, then you can import users from Zoho CRM. You can also import them using a .csv file. (if you are planning to add them in Bulk) In this topic, We will be discussing on how to Add and Invite users only. The Import options are self explanatory. ____________________________________________________________________________________________________________