s_c__Outlet_User__c Object Reference
Name | s_c__Outlet_User__c |
---|---|
Type | Custom StoreConnect Object |
Description | Outlet_User__c is the join table between Outlet__c and User objects. |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Active__c | Checkbox(true) | No | No |
Defines whether the User has active access to the Outlet. | |||
s_c__Outlet_Id__c | Lookup (s_c__Outlet__c) | Yes | No |
The Outlet this OutletUser belongs to. | |||
s_c__Outlet_User_Type_Id__c | Lookup (s_c__Outlet_User_Type__c) | No | No |
The Outlet User Type of this User. | |||
s_c__User_Id__c | Lookup (User) | No | No |
The User this OutletUser belongs to. |
For more information about how or when to use the above, see our documentation.
Back to Documentation