Master Detail List component aggregates data into an intuitive split-view interface. Master Detail List component features pagination controls and allows for easy configurations.

MDList

Master Detail List supports a variety of properties for easier configurations. Identify proper attributes to quickly construct a Master Detail List for any Salesforce object. The following is the list of supported properties for Master Detail List component.

MDList_Builder

1. Title : Title for the Master Detail List (In this sample it is defined as Contact List)

2. Object : Name of the object for the list (In this sample it is defined as Contact)

3. Title Field : Name of the filed that would be listed as the title in the list view (left panel) (In this sample it is defined as Name)

4. Sub Title Field : Name of the filed that would be listed as the sub title in the list view (left panel) (In this sample it is defined as Title)

5. Summary Fields : Comma separated list of field names that would be displayed in the details view (right panel) (In this sample it is defined as Phone,MobilePhone,Email,Department,MailingCity)

6. Where Clause: Supply where clause to filter data  (In this sample it is defined as Id!=”)

7. Sort Clause: Supply sort clause to apply default sort order of the data  (In this sample it is defined as NAME ASC)

8. # of items per page: Define the page size  (In this sample it is defined as 5)