Show Parent Object Details in a Reading Pane Tab
Warning
Due to the ever-changing complex nature of programming languages, Conga does not support Visualforce or any elements related to APEX.Object: The object you are viewing in the grid.
Parent Object: The Parent Object you want to see details about from the Object. The object is related to the Parent Object in the Lookup or Master-Detail window.
The following figure shows an example of Account details:
Create a Field Set
First, create a field set that contains the details you want to review in the Reading Pane.
Create a Visualforce Page for the Parent Object
Create a Wrapper Visualforce Page
- For the section labeled 1, replace Opportunity with the name of the child object you want to display your field page on.
- For the section labeled 2, replace AG_Account_RPTab with the API Name of your Parent Visualforce Page. Keep the apex/ on the front.
- For the section labeled 3, replace Opportunity.AccountId with the Lookup Field relationship from the Child Object to the Parent Object.
- For the section labeled 4, replace the Opportunity.AccountID with the same Lookup Field Relationship. This is handling for Opportunities that have no Account associated.

