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
niraj kumar 45niraj kumar 45 

Need help with this question

The Review_c object have a lookup relationship to the job_Application_c object.The job_Application_c object has a master detail relationship up to the position_c object.The relationship is based on the auto populated defaults?
What is the recommended way to display field data from the related Review _C records a Visualforce page for a single Position_c record?
A. Utilize the Standard Controller for Position_c and cross -object Formula Fields on the Job_Application c object to display Review_c data.
B. Utilize the Standard Controller for Position_c and a Controller Extension to query for Review _ C data.
c) Utilize the Standard Controller for Position_c and expression syntax in the Page to display related Review_c through me Job_Applicacion_c inject.
D. Utilize the Standard Controller for Position_c and cross -object Formula Fields on the Review_c object to display Review_c data.
 
NagendraNagendra (Salesforce Developers) 
Hi Niraj,

The solution for the above question is Utilize the Standard Controller for Position_c and a Controller Extension to query for Review _ C data.

For more information please refer to the below link
https://developer.salesforce.com/forums/?id=906F0000000kHZeIAM

Please mark this post as solved if it helps you.

Best Regards,
Nagendra.P