Article Read Time:

3 Min

Search

Subcribe :

Train Your Team:

Our Extensions:

Join For FREE:

The CRM Zen Show Episode 278 – Practice Makes Perfect

Zoho News

Implementation of the Week

  • Business Email Generator for Contractor Onboarding in Zoho CRM
    • In this implementation, our goal was to set up a workflow + automation to automatically generate unique business emails for our client, who regularly onboards new contractors to be managed via CRM
    • To accomplish this, we added a custom field to the Contact record to store this work email value
    • Then, we wrote a workflow triggered function that runs the following logic…
    • First, the function creates its first attempt at a unique work email, using the first name initial + full last name
    • It uses this value to search the CRM to confirm that no other Contractors have this email address on file
    • If there is a match, it will try full first name + last name initial, then it will try full first name + full last name
    • If all three of those are already in use, it will use the first name initial + full last name + an incrementing numerical value
    • Once confirmed to be unique, it will store this value on the CRM record, and send it via API to our client’s platform for activating this email account

Code Share of the Week

  • Execute a List in Reverse Order
    • We recently had a use case for a related list that we wanted to run code on but in the reverse order in which it was pulled via API. 
    • This snippet uses a simple trick of calculating an inverse index by subtracting a counting variable from the list’s size.

This Week’s Read

New On Zenatta

  • Zenatta Blogs
    • Zoho Mail Full Product Overview
      • In case you missed it, last week, Brett & Tyler did our monthly webinar on Zoho Mail.  Here is the full video tutorial, along with a writeup. 

Tips and Tricks

  • Quick Actions for Calls in Zoho CRM
    • In this quick tutorial, we demonstrate how to efficiently log activities or tasks directly from a call using the Zoho CRM dialer feature.

This Week’s Quizzes

Wednesday Quiz: What is the maximum limit for email forwarding in Zoho Mail?