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):
These attributes allow rendering request lists with statuses other than Closed or Completed.
listView="SP"
In this example, the "SP" list view is used instead of the default.
itemPage="record"
The record page is used for opening and displaying the list items. In this case, it is a pathname of the portal page displayed after the record is opened.
For more information, check the listitems tag attributes description in the relevant article.
itemView="SP View Only"
The SP View Only record view is used instead of the default to display the request record form
choiceConditionName="state"
dateConditionName="sys_updated_at"
Requests are filtered by state and creation date.
perPage="10"
One list page displays ten records
displayColumnNumber="2"
The column containing clickable titles used to navigate into a record is a second one in the list.