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
Eric Anderson 54Eric Anderson 54 

related object entries as a table

Is there a way to define a Layout in a table format other than doing it in a Visualforce page?

By default, Salesforce allows you to define a layout as something like

Name: Entry 1
Date: 05/01/2017
Description: This is a test entry.

Name: Entry 2
Date: 05/02/2017
Description: This is the second test entry

I would like to have it display as

Name             Date          Description
Entry 1          05/01/2017 This is a test entry
Entry 2          05/02/2017 This is the second test entry

It seems like we ought to be able to do that in Salesforce Layout manager, but I can't figure out any way to do it. Any assistance would be greatly appreciated.

Thanks! - Eric-