Console Favorite Object Reference
Overview
Stores per-user favorites for any record type (generic favorites)
| Property |
Value |
| API Name |
s_c__Console_Favorite__c |
| Label |
Console Favorite |
| Plural Label |
Console Favorites |
| Type |
Custom Object |
Fields
| Field Label |
API Name |
Type |
Required |
Description |
| Object API Name |
s_c__Object_API_Name__c |
Text(255) |
No |
API name of the record’s object type (e.g., Media__c), used to query the records |
| Record Id |
s_c__Record_Id__c |
Text(18) |
No |
The Salesforce Id of the favorited record |
| Unique Key |
s_c__Unique_Key__c |
Text(255) |
No |
Uniquely identifies a favorite (typically UserId:RecordId) to prevent duplicates |
| User |
s_c__User_Id__c |
Lookup (User) |
No |
The user who favorited the record |
Relationships
| Field |
Type |
Related Object |
Relationship Name |
s_c__User_Id__c |
Lookup |
User |
Console_Favorites |