Store User Role Object Reference
On this page
Overview
Defines a user’s role to determine the level of access within the scope of a store.
| Property | Value |
|---|---|
| API Name | s_c__Store_User_Role__c |
| Label | Store User Role |
| Plural Label | Store User Roles |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Store Group | s_c__Store_Group_Id__c |
Lookup (s_c__Store_Group__c) | No | The group of stores this user role applies to if the store scope is set to ‘group’. |
| Store | s_c__Store_Id__c |
Lookup (s_c__Store__c) | No | The store this user role applies to if the store scope is set to ‘store’. |
| Role | s_c__Store_Role_Id__c |
Lookup (s_c__Store_Role__c) | No | The role this user is assigned to determine the level of access based on the store’s scope. |
| Store Scope | s_c__Store_Scope__c |
Picklist | No | The scope of the store the user role applies to. |
| User | s_c__User_Id__c |
Lookup (User) | No | The user this role is assigned to determine the level of access based on the store’s scope. |
Relationships
| Field | Type | Related Object | Relationship Name |
|---|---|---|---|
s_c__Store_Group_Id__c |
Lookup | s_c__Store_Group__c | Store_User_Role_Store_Group |
s_c__Store_Id__c |
Lookup | s_c__Store__c | Store_User_Roles |
s_c__Store_Role_Id__c |
Lookup | s_c__Store_Role__c | Store_User_Role_Store_Role |
s_c__User_Id__c |
Lookup | User | Store_User_Role_User |