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
Qin LuQin Lu 

Add a custom filter for contact based on a custom child object

I have created a custom object called Hobbies, and it is a child of Contact object (master/detail). I want to filter contact based on the value in this child object. 
Say
Contact: Name= John Smith
Hobbies: name=Tennis, name=Shopping

Contact: Joan Doe
Hobbies: name=Reading, name=Shopping

Can I add a filter crtieria to the standard Contact Create New View page to create a new contact list based on the Hobbies object?
If not, can I add a custom button to filter the contact list based on the custom object Hobbies?
Ramu_SFDCRamu_SFDC
I believe you are asking about the standard list views. As per the standard functionality it is not possible to add the child objects filters in the list views. If you want to further customize it, I would suggest you create a visualforce page for the same.