Hello
is there a way to delete the leads after converting?
Why des sugar this not automatic? before sugar i used short time vtiger, in it the leads were automaticlly delete after converting.
Best regards and thanks.
Hello
is there a way to delete the leads after converting?
Why des sugar this not automatic? before sugar i used short time vtiger, in it the leads were automaticlly delete after converting.
Best regards and thanks.
Yes, there is. Both I think all possiblities will need some development.
One option is you define some event, to run a sql like:
"update leads set deleted=1 where NOT(contact_id is NULL) or converted=1";
Then you really delete all this leads.
Other way is in view.list.php file append a some filters on $where atribute, like:
PHP Code:var $where = 'contact_id is NULL and converted=0 '
Rafael Queiroz Gonçalves
Advanced OMG UML Certified Professional
Sun Certified Enterprise Architect for the Java Platform
Sun Certified Programmer for the Java 2 Platform
IBM Certified Advanced Application Developer - Lotus Notes and Domino
IBM Certified Application Developer - IBM WebSphere Portlet Factory
Computer Science Mastering / UFSC - PPGCC
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks