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
agulli1agulli1 

help create a one to many search function in a related list.

Hello:

 

Im a new developer and need a criteria based search function that will search a detail object in a master detail relationship.  It will display in the 'leads' object as a related list but will search a detail object where 'account' is the master and the detail object is 'floor plan'.  

 

I'm pretty sure that I would have to use SOQL to create this function but Im not sure how (haven't found any good tutorials and I don't have a java background) or where (do a visual force override?) to do it.

 

Any help would be greatly appreciated.

 

THanks.