{"title":"Outlet User Object Reference","slug":"outlet-user-object-reference","url":"https://support.storeconnect.com/articles/outlet-user-object-reference","url_markdown":"https://support.storeconnect.com/articles/outlet-user-object-reference.md","subtitle":null,"summary":"Outlet_User__c is the join table between Outlet__c and User objects.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Outlet User, s_c__Outlet_User__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nOutlet_User__c is the join table between Outlet__c and User objects.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Outlet_User__c` |\n| **Label** | Outlet User |\n| **Plural Label** | Outlet User |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Active | `s_c__Active__c` | Checkbox | No | Defines whether the User has active access to the Outlet. |\n| Outlet | `s_c__Outlet_Id__c` | Lookup ([s_c__Outlet__c](outlet-object-reference)) | Yes | The Outlet this OutletUser belongs to. |\n| Outlet User Type | `s_c__Outlet_User_Type_Id__c` | Lookup ([s_c__Outlet_User_Type__c](outlet-user-type-object-reference)) | No | The Outlet User Type of this User. |\n| User | `s_c__User_Id__c` | Lookup ([User](user-object-reference)) | No | The User this OutletUser belongs to. |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Outlet_Id__c` | Lookup | [s_c__Outlet__c](outlet-object-reference) | Outlet_Users |\n| `s_c__Outlet_User_Type_Id__c` | Lookup | [s_c__Outlet_User_Type__c](outlet-user-type-object-reference) | Outlet_User_Type |\n| `s_c__User_Id__c` | Lookup | [User](user-object-reference) | Outlet_Users |"}