function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rabbani sayyed 8Rabbani sayyed 8 

A customer has a requirement to filter columns in the related list. As a developer how will you accomplish this? Can anyone share the answer?

Zuinglio Lopes Ribeiro JúniorZuinglio Lopes Ribeiro Júnior
Hello,

What do you mean by filter? Hide or show columns? Hide or show columns based on a criteria? Or filter records based on some sort of criteria?

Regards.
Sagar PareekSagar Pareek
You can use a inline visualforce page to achieve this . instead of placing the related list on the page layout you can place that inline visualforce page. The page should have similar look and feel as salesforce plus some place to define the filters. 
Rabbani sayyed 8Rabbani sayyed 8
Thaks for reply sagar

if you don't mind can you please share example code of inline visualforce page, so that i can use of it.