RecentlyViewed
Stores records recently accessed by a user for quick retrieval and navigation.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the recently viewed record. | |
| Name | String | True |
Full name or display name of the user or record that was recently viewed. | |
| LastName | String | True |
Last name of the user or person associated with the recently viewed record. | |
| FirstName | String | True |
First name of the user or person associated with the recently viewed record. | |
| Type | String | True |
Object type of the recently viewed record, such as Account, Contact, or Opportunity. | |
| Alias | String | True |
Shortened name or nickname used to reference the user in Salesforce. | |
| UserRoleId | String | True |
UserRole.Id |
Identifier of the role assigned to the user, defining access levels and hierarchy. |
| RecordTypeId | String | True |
RecordType.Id |
Identifier of the record type, used to determine page layout and picklist values. |
| IsActive | Boolean | True |
Indicates whether the user or record is currently active. | |
| ProfileId | String | True |
Profile.Id |
Identifier of the profile assigned to the user, which defines their permissions. |
| Title | String | True |
Job title or designation associated with the user or contact. | |
| String | True |
Email address associated with the user or contact. | ||
| Phone | String | True |
Phone number listed for the user or contact. | |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed by the current user. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced in a related interaction. |