YRecentlyViewedRecord allows you to define what records appear on the page when the user selects the Recently Viewed Records collection in the left pane.
Object: YRecentlyViewedRecord (Y_ RECENTLY_VIEWED_RECORD)
Attribute |
Database column name |
Field in UI |
End of path |
Bridge |
Links to object table: |
Data type |
Comments |
Commonly used in: |
|
Rules |
Temp/Wiz |
||||||||
primaryKey |
PRIMARY_KEY (NUMBER) |
|
|
|
|
int |
The ID number of the current Recently Viewed record entry. |
|
|
recordPrimaryKey |
RECORD_PRIMARY_KEY (NUMBER) |
|
|
|
|
int |
The primary key number of a recently viewed record. |
|
|
uniqueCode |
UNIQUE_CODE (VARCHAR2) (4) |
|
|
|
|
string (4) |
The unique code of a recently viewed record. |
|
|
version |
VERSION (NUMBER) |
|
|
|
|
int |
The version number of the current Recently Viewed record entry. |
|
|
viewedByID--> |
VIEWED_BY_ID (NUMBER) |
|
|
|
int |
The ID number of the user viewing the current Recently Viewed collection. |
|
|
|
viewedOn |
VIEWED_ON (DATE) |
|
|
|
|
date |
The date and time a record was last viewed by the current user whose ID is viewedByID. |
|
|