(Legacy Search) Avoiding Lead Rot and Consolidating Smart Views

      (Legacy Search) Avoiding Lead Rot and Consolidating Smart Views


        Article Summary

        New Lead Filtering

        We recently released a new version of our lead filtering/search. The following guides are for our legacy search. If your ui does not match, please see this guide for the new filtering instructions.

        Here are a couple of tried-and-true tips to use with Smart Views that can help you stay on top of promising Opportunities, and streamline your overall workflow in Close.

        Show deal and lead rot based on Status Change dates

        Oftentimes in sales, you may lose momentum with a lead or on a deal, and not realize it until your chances for success are far behind you. Thankfully, it's easy to create Smart Views that show you leads that might be slipping away before it's too late.

        For example, let's say that when leads enter the status of Interested, they should close within 14 days , otherwise our conversion rate begins to drop dramatically.

        To combat this before it's too late, we want to create a Smart View for leads that have been in Interested status for more than 10 days.

        Here's the query we would use:

        lead_status:Interested last_lead_status_change_date > "10 days ago"
        
        

        Similarly, you can use this to show leads with opportunities that may also be "rotting". Here are all of the leads with opportunities in Sent Proposal status for more than two weeks:

        opportunity_status:"Potential" last_opportunity_status_change_date > "14 days ago"
        
        
        Close Pro Tip: Automation

        Create alerts or reports for rotting leads and deals with Zapier.

        Consolidate multiple Smart Views into one for simplicity

        Many teams using Close will end up with multiple Smart Views representing different calling touch points throughout a sales process. Rather than having your team click into multiple different calling views per day, you can easily combine leads from different Smart Views into one main list.

        Let's say the calling lists my team uses daily are "Call 1" "Call 2" and "Call 3" - I can easily combine these into one list using the following query:

        in("Call 1" , "Call 2" , "Call 3")
        
        

        Now any lead that's ready for a call will appear in this main list without the rep having to navigate to various Smart Views.

        Note: Smart View Sharing Settings

        Each of the individual Smart Views need to be shared with the user in order for this query to work. You cannot refer to Smart Views that your user does not have access to.

        Only combine Smart Views when the required activity and context are the same. For example, if the lists you're combining were calls to cold prospects vs customers with re-order opportunities, combining those lists could confusion for the team.

        You can also use this to exclude leads from queries without adding all of the exclusion logic to each Smart View individually. Just add "not" in front of the query.