Tile-RecentlyUsed

This topic has information about Tile-RecentlyUsed action template.

The Tile:RecentlyUsed action template is used to display a list of recently used records. A record is "used" as soon as it was displayed in Details view.

The Tile:RecentlyUsed action template is used to display a list of recently used records. A record is "used" as soon as it was displayed in Details view.

(Alternatively, you can use the HistoryListView action template which is supported in both CRM.pad and CRM.mobile.)

The result rows are configured via the List control of field group <infoAreaId>:RecentlyUsed (fallback: <infoAreaId>).

In update.tablet the Recently Used tile is used on the Home tab of the start page (context menu action Tile:RecentlyUsed).

The number of records saved in the browsing history is configured by the History.MaxEntries Web Configuration parameter.

As in update.CRM web, the browsing history is saved in the I9 info area. If no recently used records are available, the tile is hidden.

The Tile:RecentlyUsed action supports the following input arguments:

infoAreaFilter

Determines which records are displayed. If undefined, recently used records from all info areas are displayed.

Use the followingvsyntax (JSON):

{ filter: ["FI", "KP", "MA"] }

size

The size of the tile. If undefined, the default size is the full width of the screen.

Syntax

pageSize

Determines the maximum number of records displayed on the Recently Used tile. This parameter overrides the global value specified in the Search.MaxResultsMobile Web Configuration parameter. For further details, see Search.MaxResultsMobile .

For the HistoryListView action template, the maxNumberHistoryRecords is used instead.