The List Records widget allows you to display and edit multiple records of entities, structures or a combination of the two. In a Web screen, this widget is displayed as a list which layout is described below.

You can also use the Table Records widget to show multiple records of entities and/or structures.

Build full-fledged Web Screens to List Records using IntelliWarpTM. Learn more About IntelliWarp.

Contents of the widget

To define the contents of the widget, you can:

To place the identifier and entity references, simply explicitly drag them.

Layout of the widget

The layout of this widget follows these rules:

The way the records are presented in the widget depends on the Line Separator property:

Iterating the widget

The entity and/or structure records that you want to display are defined in the Source Record List property of this widget which must be of the Record List type. Each record of this record list is displayed as mentioned above. The first record that is displayed corresponds to the Start Index position on the record list and the number of records displayed depends on the Line Count property.

To iterate over the Source Record List, you have to update the Start Index property for each iteration, by using the Line Count and Start Index runtime properties of the Table Records widget. See List Records Widget Runtime Properties.

This widget has Ajax capabilities. Learn more About Rich Web Screens using Ajax.

See Also

List Records widget properties | List Records widget runtime properties | Edit records | About IntelliWarp