With Christmas round the corner, everywhere you see cakes and so the title seemed more apt for this time of the year 😉 Here is a recent conversation I had with a customer (rather, lead). He contacted me asking for some modification to an Excel template. This was a Sales Pipeline Tracker template, which he had downloaded (& started using) from this website . I have uploaded the file here with the customer's data masked https://docs.zoho.com/file/4ogu8568be2e1b3584c61a04203a17674007d Some issues in using Excel are immediately obvious as soon as you glance through the Excel file. Like a bachelor pad 🙄 Ever went into a bachelor pad and seen the mess? Same with the Excel data in here. Once you open the file, you can notice immediately that the data is not properly organised. See the first column for Client Name. Some have just first name, some just the last name, some have full name. Sometimes, it is just the initials! There is no specific idea o
Recently Zoho CRM Community had a blogpost on how to add country code to Leads along with a script to do the same. But the script seemed to leave a lot to be desired. Here is a screenshot of their 10-line script: These are the missing things we noticed with the above script: 1. First, there needs to be validation of whether the incoming phone number is empty or not. In the above script, even if the phone number is empty, '+91' will be added to the phone number. So, this means, in such records, phone number field will have only the value '+91'. 2. It would have been good to make it more generalized than hardcoding a specific country code into the script. Because this script is going to be applied to Leads, it is possible that the Leads may be coming in from various countries, given today's global nature of businesses. So having the script address just one country code is not going to satisfy today's growing business needs. 3. There is no checking in the script t