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
DdotBdotDdotBdot 

Related list concept

Hi All,

 

I opened the 'Develop' section of Setup for the first time today.. !!!Noobie Warning!!!

 

But the good news is I'm not asking anyone to fix my broken code!... yet.

 

So I'm hoping someone would be willing to validate my concept here.

 

This concept involves 3 objects, Leads, Properties (custom), and Floor Plans (custom).

 

I have a Related List for Floor Plans on the Properties detail page because all Floor Plans are associated with their parent Property (Master-Detail).  Now moving backwards through the lead lifecycle here, I want to enter criteria for a Lead Record (Their desired City and State of residence and the number of bedrooms they are interested in) and upon refresh/save populate a Related List/field on the Lead detail page or via a 'Property Search' button initiate search results reflecting 'Suggested Properties.'  Essentially the Lead's criteria would initially identify all matching Properties, based on matching the City or State, furthermore, the lead criteria will need to match a Properties associated Floor Plan(s), ie. the number or bedrooms.

 

Result would be: All New York Properties that have floor plans with 2 Bedrooms.

 

 

So I would like this to populate a Related List allowing a Sales Rep to click thru to the 'Suggested Properties' to provide further detail OR I would like to implement the search initiation option.  Any thoughts or ideas will be greatly apprciated! 

 

Thanks in advance!