Adding a filter to an asp custom list page

SUGGESTED

Good morning all,

I'm trying to create a custom page to display a list with filter box. However, I cannot get this working. I've checked the following posts:
https://community.sagecrm.com/partner_community/b/hints_tips_and_tricks/archive/2009/10/29/building-list-screens-with-filterboxes.aspx
https://community.sagecrm.com/partner_community/b/hints_tips_and_tricks/archive/2009/07/29/building-list-screens-with-filterboxes-take-2.aspx

...and various other pages.

These have useful tips but reference v6.2 which and so appear to be quite out of date.
Also, they seem to start with the method from Sage, this is generally questioned in the comments, or in these posts changed by someone else at Sage. The posts seem to end with unanswered questions and a dead end.

I've tried many different ways now to get a filter box working on a custom asp page, all based on these posts but still cannot get the filter to work. So my question is...

1. Can this work?

2. Is there any confirmed code that will highlight how this should be done?

Parents
  • 0

    1. The dropdowns in the filters for status and stage don't contain an --All-- option.

    2. The I click on the filter button, the list is filtered but the filter settings revert back to their previous setting. (e.g. initally the stage is 'in progress' (because its the first option in the list), if I change to 'Won' and click filter, only 'Won' oppos are display but the stage filter settings changes back to 'In Progress'

    3. When open the page from the Company screen using the tab I've created, the filter are not applied, they only get applied when I click on the filter button (this would be fine if I could get the filter options to display the --All-- value and default to that.

Reply
  • 0

    1. The dropdowns in the filters for status and stage don't contain an --All-- option.

    2. The I click on the filter button, the list is filtered but the filter settings revert back to their previous setting. (e.g. initally the stage is 'in progress' (because its the first option in the list), if I change to 'Won' and click filter, only 'Won' oppos are display but the stage filter settings changes back to 'In Progress'

    3. When open the page from the Company screen using the tab I've created, the filter are not applied, they only get applied when I click on the filter button (this would be fine if I could get the filter options to display the --All-- value and default to that.

Children