[SalesForce] Filtering in Related List

We are looking for a Filtering option in the Related Lists. As We understand, there is NO Out of the Box or configuration mechanism in SFDC to filter the Related Lists. (Though we have Sorting Option available, that too for a single field). Hence, derived the following two possibilities to achieve this requirement:

  • Create an inline Visualforce page (that is embedded within a standard page layout) to create the effect of a filtered Related List. This would embed a query to only show the values you want.
  • Use of some Productivity AppExchange Tool like MiniGrid (app by Configero) which enable filtering on Related Lists in Page Layouts. MiniGrid although is a paid app.

Any other easy solutions possible here please ?

Best Answer

Just another note re inline Visualforce pages... They don't align with regular related lists so look terrible and users are generally not accepting.

Things I do is create a report linked from a custom link on the page, with common used filters; Add a chart on the page layout to show a bar chart with a count of records in each category; or train the users to click on the more link and use the sorting functions there.

That said, you can always look at Skuid and Grid Buddy to see if either of these apps are useful to you.