When you display records within the ListView, you can create a join between the child records and the parent records. When you set the PopulationDataSourceSettings on the business object, simply type in the name of the joined fields when adding a new "Display Field" and it will be added to the list (it does not have to exist as a property on the business object itself).As for the BrowseDialog, you cannot add parent fields to the list results themselves, but if you create a BrowseInformationPanel, you can show any additional information within the panel.