Recent Articles
What to do if you get locked out of your Zoho Account ?
You need to contact Zoho Team directly @ Email: support@zohoaccounts.com the instructions you need to follow are below Thank you for writing to us. Please respond to the below-requested security questions, so that we can validate and provide you a ...
Error común al importar base de datos a Zoho CRM
En este video puedes ver un error simple pero común que evita que puedas importar la base de datos de clientes potenciales ( Leads ) a tu plataforma de Zoho CRM. Chécalo y evita perder tiempo adivinando que pudistes hacer mal.
How to define number of subform rows dynamically using script in Zoho Creator?
It´s important to highlight that this post assumes you are already familiar with proper subform creation in Zoho Creator. If you are not please check out our Master Zoho Creator Subforms course in the url below before implementing this custom ...
How to search ZOHO CRM Contacts using Phone value?
Script giving error... con = phn.toLong; contactdetails = zoho.crm.searchRecords("Contacts",("Phone:equals":con*)"); info contactdetails; The correct script is... con = phn.toLong(); contactdetails = ...
How to properly set Subforms in Zoho Creator Part 3
The first step is to have the Subtotal or Total field value in the Order Form. Normally this would be a currency field or decimal field if you need to consider 1 or more decimals into your calculations. If not you can also set it the field as a ...