Thursday, February 09, 2012 ..:: Forums ::.. Register  Login
 Forums Minimize
 
ForumForumMainstream Foru...Mainstream Foru...DevelopersDevelopersCustomize default lead searchCustomize default lead search
Previous Previous
 
Next Next
New Post
 6/29/2010 3:07 PM
 

Hello everybody

I have a small need that i dont know how to satisfy - dy default in leads module dead leads are shown. What is the best/easiest/more correct way to hide them by detault? It will be ok in basic search dead leads will be always hided.

Im fine with developing so if c# coding is required it is not a problem

Thank you

New Post
 6/30/2010 12:09 AM
 

Do you just want to have the leads not shown in the main leads list? I think if you create a custom fields in the leads module and assign it a an Active/Inactive value. Then, in the Basic Search, add a dropdown that is required. This will have the effect of showing only the Active leads when a user visits the Leads list.

New Post
 6/30/2010 3:56 AM
 

Thank you for the reply, but i implemented it in another way - in the Leads/ListView.aspx i added following code:

if ("searchbasic".Equals(ctlSearchView.SearchMode, StringComparison.InvariantCultureIgnoreCase))
{
Sql.AppendParameterNe(cmd, "Dead", "STATUS");
}

And added method AppendParameterNe which adds parameter with <> (not equals) clause.

Previous Previous
 
Next Next
ForumForumMainstream Foru...Mainstream Foru...DevelopersDevelopersCustomize default lead searchCustomize default lead search


  
Copyright (c) 2006-2010 SplendidCRM Software, Inc. All Rights Reserved.   Terms Of Use  Privacy Statement
DotNetNuke® is copyright 2002-2012 by DotNetNuke Corporation