Automatic Closure of Dormant Leads

By | January 14, 2016

We may want to have Leads that has not been attended for 6 months, to be automatically marked as ‘Closed‘. The easiest way to do this, is to schedule a Job in SQL.
New Stuff: Add Calendar Gadget in an Interactive Dashboard in Sage CRM
One can easily check leads which are 6 months older in Sage CRM by executing below query.
Image11
Leads can be closed by executing below query manually in SQL.
Image22
In order to do automation, SQL Job needs to be created. Kindly follow below steps to create SQL Job.
1) Start SQL Server Management studio and click on SQL Server Agent node.
2) Right click on Jobs to create New Job.
Image33
3) When you click on New Job, you will get below window. Fill the details as shown in screenshot.
Image44
4) Select Steps from right hand side and add data as shown below.
Image55
5) Click on OK button.
6) Select Schedules from right hand side and schedule job as per convenience.
Image66
7) Click on OK button.
8) Click on OK button of New Job window.
Now, scheduled SQL job will run every day as scheduled in SQL and all leads which are 6 months old in Sage CRM will be marked as closed. You can schedule a similar job for any other entity in Sage CRM like Cases, Communications, Opportunities or any other custom entities.
Also Read:
1) Unexpected event on converting Lead to Opportunity in Sage CRM 7.3
2) Adding Documents Tab to Leads in Sage CRM 2014 R2
3) Lead De-duplication nice to have feature in Sage CRM 7.3
4) Lead to Company/Person Field Mapping
5) Document Management against Lead Entity