The <previewList> tag allows displaying table items as a customizable list.
The following attributes are applicable:
Specify a condition applied to the list. This attribute should contain data of the Conditions type.
Set this attribute to true to change list style.
<previewList tableName="announcement" view="AnnounceView" elementCount="3" subjectColumn="subject" dateColumn="sys_created_at" stateColumn="state" wrap="true" itemView="announceView"><ListHeader><div>Announcements</div></ListHeader></previewList>