Skip to main content
Version: 1.22.3

Records List

A list of records contains the following elements:

  1. a breadcrumbs widget that allows users to navigate within the structure of portal pages.
  2. a listItems widget that displays the announcement list.

The page is located on the dedicated portal node.


To configure breadcrumbs correctly, use the attribute values as in the example below. Type these values in the Template field of the widget form:

breadcrumbs
<div class="portal__breadcrumbs">
<breadcrumbs>
</div>

List widget configuration


To configure a listitems widget, it is recommended to follow the recommendations when filling in the attribute values. Use the example below as a pattern:

listItems widget
<listitems 
class="linkStyles"
tableName="itsm_request"
condition="(stateNOT IN10@7)"
listView="SP"
itemPage="record"
itemView="SP View Only"
choiceConditionName="state"
dateConditionName="sys_updated_at"
perPage="10"
displayColumnNumber="2"
></listitems>