The Review__c object has a lookup relationship up to the Job_Application__c object. The Job_Application__c object has a master-detail relationship up the Position__c object. The relationship field names are based on the auto-populated defaults. What is the recommended way to display field data from the related Review__c records on a Visualforce page for a single Position__c record?
- Utilize the Standard Controller for position__c and a Controller Extension to query for Review__c data.
- Utilize the Standard Controller for Position__c and cross-object Formula fields on the job_Application__c object to display Review__c data.
- Utilize the Standard Controller for Position__c and cross-object Formula fields on the Review__c object to display Review__c data.
- Utilize the Standard Controller for position__c and expression syntax in the page to display related Review__c data through the job_Application__c object
Reveal Solution Next Question