Simple List component aggregates data into multi-column table view. Simple List component features pagination controls and allows for easy configurations.

SimpleList

The following is the list of supported properties for Simple List component.

SimpleList_AB

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. 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)

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

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

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