Custom Function that checks created Lead exists as a Contact

Custom Function that checks created Lead exists as a Contact

Hi 

Here is a neat Custom Function that check a created lead to see if a Contact already exists in CRM for the First Name, Last Name and Email.
Before adding the code create a notes single line field and add it to the Leads module. Name the field 'Contact Check'.
When creating the custom function don't forget to click 'Edit Arguments' and add 'leadId' and map it to the 'Lead Id' field.

Here is the Custom Function to add:

leadid_str = leadId.toString();
leadDetails = zoho.crm._getRecordById("Leads",leadId);
form_email = leadDetails.get("Email");
//info form_email;
first_name = leadDetails.get("First Name");
last_name = leadDetails.get("Last Name");
//phone = leadDetails.get("Phone");
contactInfo = zoho.crm._searchRecords("Contacts","(Email|=|" + form_email + ")",1,200);
for each  cinfo in contactInfo
{
contactid = cinfo.get("CONTACTID");
}
//info contactid;
if(contactid != null)
{
mp = Map();
mp.put("Latest Notes","Record exists in Contacts");
update = zoho.crm._updateRecord("Leads",leadid_str,mp);
info update;
}


What this custom function does is checks the created lead to see if a duplicate Contact already exists in the Contacts module. If it does, then it will add the note 'Record exists in Contacts' to the 'Contact Check' field you created in your leads module.

After you save this Custom Function you will need to add it to a workflow rule for it to work. Here's how:

1. In CRM go to 'Setup' => 'Automations' => 'Workflow Rules'
2. Create new Workflow Rule for 'Leads'
3. Name the Workflow Rule
3. For ' When ' select 'Create or Edit'
4. ' Condition 1 ' select 'All Records'
5. 'Action'  Select 'Function' then attach the custom function you created
Save

I you want to merge the duplicate lead record with the existing contact you can create a second Workflow Rule to achieve this:

1. In CRM go to 'Setup' => 'Automations' => 'Workflow Rules'
2. Create new Workflow Rule for 'Leads'
3. Name the Workflow Rule
3. For ' When ' select 'Field Update' then select the 'Contact Check' field from the dropdown
4. ' Condition 1 ' select 'Records Matching the Conditions' is 'Contact Check' is 'Record exists in Contacts'
5. 'Action'  Select 'Convert' and select 'Contact' only (account may already be checked as compulsory).
Save

You are all set!

Please let me know if you found this helpful or if you have any questions. Would love to hear your comments.







                            Zoho Desk Resources

                            • Desk Community Learning Series


                            • Digest


                            • Functions


                            • Meetups


                            • Kbase


                            • Resources


                            • Glossary


                            • Desk Marketplace


                            • MVP Corner


                            • Word of the Day



                                Zoho Marketing Automation
                                        • Sticky Posts

                                        • Zoho CRM Functions 53: Automatically name your Deals during lead conversion.

                                          Welcome back everyone! Last week's function was about automatically updating the recent Event date in the Accounts module. This week, it's going to be about automatically giving a custom Deal name whenever a lead is converted. Business scenario Deals are the most important records in CRM. After successful prospecting, the sales cycle is followed by deal creation, follow-up, and its subsequent closure. Being a critical function of your sales cycle, it's good to follow certain best practices. One such
                                        • Custom Function : Automatically send the Quote to the related contact

                                          Scenario: Automatically send the Quote to the related contact.  We create Quotes for customers regularly and when we want to send the quote to the customer, we have to send it manually. We can automate this, using Custom Functions. Based on a criteria, you can trigger a workflow rule and the custom function associated to the rule and automatically send the quote to customer through an email. Please note that the quote will be sent as an inline email content and not as a PDF attachment. Please follow
                                        • Function #50: Schedule Calls to records

                                          Welcome back everyone! Last week's function was about changing ownership of multiple records concurrently. This week, it's going to be about scheduling calls for records in various modules. Business scenario Calls are an integral part of most sales routines.. Sales, Management, Support, all the branches of the business structure would work in cohesion only through calls. You could say they are akin to engine oil, which is required by the engine to make all of it's components function perfectly. CRM
                                        • Function #37: Create a Purchase Order from a Quote

                                          Welcome back everyone! Last week, we learnt how to calculate the total number of activities for a lead and further take note of the activity count for particular dates. For instance, from the period of Demo to Negotiation. This week, let's look at a function that lets you create a Purchase Order instantly from a Quote. Business scenario: In any form of business, one of the most important things to do is to document the transactions. Naturally, negotiation, signing an agreement, placing an order,
                                        • Function-2: Round-Robin assignment of records

                                          Welcome back folks! Last week, we saw how to update sales commission in quotes using a custom function. This week, let's see an interesting use case asked by many of you - auto-assignment records by round-robin method. Business scenario: Right now, the solution allows you to auto-assign leads from web form and imported lists. Let us look at a need where you want to auto-assign leads from in-bound calls in a round-robin method, across modules. Prerequisite: You must create a permanent record in the


                                        Manage your brands on social media



                                              Zoho TeamInbox Resources

                                                Zoho DataPrep Resources



                                                  Zoho CRM Plus Resources

                                                    Zoho Books Resources


                                                      Zoho Subscriptions Resources

                                                        Zoho Projects Resources


                                                          Zoho Sprints Resources


                                                            Qntrl Resources


                                                              Zoho Creator Resources


                                                                Zoho WorkDrive Resources



                                                                  Zoho Campaigns Resources

                                                                    Zoho CRM Resources

                                                                    • CRM Community Learning Series

                                                                      CRM Community Learning Series


                                                                    • Tips

                                                                      Tips

                                                                    • Functions

                                                                      Functions

                                                                    • Meetups

                                                                      Meetups

                                                                    • Kbase

                                                                      Kbase

                                                                    • Resources

                                                                      Resources

                                                                    • Digest

                                                                      Digest

                                                                    • CRM Marketplace

                                                                      CRM Marketplace

                                                                    • MVP Corner

                                                                      MVP Corner

                                                                    





                                                                    




                                                                        Design. Discuss. Deliver.

                                                                        Create visually engaging stories with Zoho Show.

                                                                        Get Started Now