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 | Bool | 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. | |
| NameOrAlias | String | True |
Field containing NameOrAlias information. | |
| LastViewedDate | Datetime | False |
Date and time when the record was last viewed by the current user. | |
| LastReferencedDate | Datetime | False |
Date and time when the record was last referenced in a related interaction. | |
| Language | String | True |
Language of the record or user interface. | |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. |