Generally, a list of records contains elements as listed below:
The page located on the dedicated portal node.
To configure breadcrumbs correctly, it is preferable to use the attribute values as in the example below (type these values in the Template field of the <breadcrumbs> widget form):
<div class="portal__breadcrumbs customized"> <breadcrumbs> </div> |
After that, you can define the breadcrumbs view in the CSS field of this form:
.customized { background: #FFFFFF; padding: 9px 0px 8px 16px; } |
To configure a list widget, it is preferable to follow the recommendations when filling in the attribute values. You can use the example below as a pattern:
<listitems class="linkStyles" tableName="itsm_request" condition="" listView="Widget" itemPage="page" itemView="view" choiceConditionName="state" dateConditionName="sys_updated_at" perPage="10" displayColumnNumber="2"></listitems> |
On this list, service requests will be displayed of 10 records per page, sorted by the update date and time in ascending order.