{"title":"Console Favorite Object Reference","slug":"console-favorite-object-reference","url":"https://support.storeconnect.com/articles/console-favorite-object-reference","url_markdown":"https://support.storeconnect.com/articles/console-favorite-object-reference.md","subtitle":null,"summary":"Stores per-user favorites for any record type (generic favorites)","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Console Favorite, s_c__Console_Favorite__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nStores per-user favorites for any record type (generic favorites)\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Console_Favorite__c` |\n| **Label** | Console Favorite |\n| **Plural Label** | Console Favorites |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| 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 |\n| Record Id | `s_c__Record_Id__c` | Text(18) | No | The Salesforce Id of the favorited record |\n| Unique Key | `s_c__Unique_Key__c` | Text(255) | No | Uniquely identifies a favorite (typically UserId:RecordId) to prevent duplicates |\n| User | `s_c__User_Id__c` | Lookup ([User](user-object-reference)) | No | The user who favorited the record |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__User_Id__c` | Lookup | [User](user-object-reference) | Console_Favorites |"}