Hello =).
Adding a filter to a dropdown in the estimate list:
Go to screen: "Customize"->"Screens"
Scroll down to the bottom and click copy/import screen. Make a copy of of the estimate screen on your account. After it is created, go to the new screen and click [Edit].
Find the dropdown in the screen editor that you want to fix and hit [Edit]. (I clicked edit on the dropdown field named "Customer").
Skipping to step5 of the Field editor that popped up by pressing next we get to the filter options.
I selected "IsActive" from the dropdown list. Then clicked the "Insert Filter" button. (we are now inserting a filter whose criteria will be matched against the "IsActive" field for all customers).
The pop up after clicking the "Insert Filter" button should show the "IsActive" field in the first dropdown already selected. I then selected "Equals Yes" from the second dropdown.
Finally Save & Close out of each screen. --
Be sure to click [Publish] when you're changes are done so method will
make the changes to the viewed version of the screen and not just the
editor version.
We have now added a filter to this dropdown to only show Customers whose "IsActive" status is equal to yes. In other words, only display customers that are active.
--------------------------------------------------------------------------------------------------------------------------------
The last thing you will need to do is go to "Customize"->"Tabs" and set the "Customer Center" and any other tab that you have the estimate list on, to have a tab link to your new estimate list. Otherwise clicking "Estimate" (the current tablink in the customer center) will keep taking you to the old screen instead of the new one.
~Joe