Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
SummaryLayout Class
Controls the appearance of the highlights panel, which summarizes key
fields in a grid at the top of a page layout, when Case Feed is enabled.
Namespace
Usage
Use this class when accessing Metadata.Layout metadata components. For more information, see
“SummaryLayout” in the Metadata API Developer Guide.
SummaryLayout Properties
The following are properties for SummaryLayout.
summaryLayoutItems
Controls the appearance of an individual field and its column and row
position within the highlights panel grid, when Case Feed is enabled. At least one is
required.
Signature
public List<Metadata.SummaryLayoutItem> summaryLayoutItems {get; set;}
Property Value
Type: List<Metadata.SummaryLayoutItem>