
Originally Posted by
fai.hans I am trying to customize the status drop-down under Leads.
I edited the drop-down using the admin panel. and was able to successfully change the same on the EditView page of leads. (screenshot attached).
HI Faisal,
how did you edit the dropdown in studio?
I suggest you create a dropdown list with your custom values, then from studio->leads module->layout->editview modify the status dropdown making it show values from your new list.

Originally Posted by
fai.hans However, I am unable to add it to the search criteria under the "Advance Search" tab (screen shot).
Do I need to edit one more layout/drop-down under the admin? Please let me know which one would be that?
Thanks in advance.
- Faisal
To modify the searchview according to your modifications, go in Leads module's Searchfields.php and look for this code:
Code:
'status'=> array('query_type'=>'default', 'options'=>'lead_status_dom', 'template_var' => 'STATUS_OPTIONS'),
and change 'lead_status_dom' with your custom dropdown list.
Bookmarks