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
Lorie Jones 19Lorie Jones 19 

VF page - Looking through related fields

Hi, 
I am trying to get a visualforce page written that looks through essentially 2 layers to get to a related list
Standard Controller = Model__C
This page has a related lookup to another page called Allocations, it is a specific model with the name Tactical.  
On the allocation object for this specific record (Tactical) there is a related list called ACJunction that I would like to display.  

If my standard controller is Model__C, how do I pass in the variable for the record name (Tactical) to display that related list?  
Any help would be appreciated.  Thanks!!
jigarshahjigarshah
Lorie,

Is it possible for you to share the Entity Relationship diagram or a snpashot of the above objects from Schema Builder to understand the relationships? I can then help you with the required Visualforce code.