> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# s_list_customer table

> Elements in a customer list.

## s\_list\_customer Table (346)

Elements in a customer list.

## Fields

| Name         | Description                        | Type                       | Nullable |
| ------------ | ---------------------------------- | -------------------------- | :------: |
| id           | Primary key                        | PK                         |    No    |
| list\_id     | Which list this element belongs to | FK [s\_list](./s-list.mdx) |    No    |
| customer\_id |                                    | FK [person](./person.mdx)  |    No    |

<img src="https://mintcdn.com/superofficeas/8-OIGQQJR0VGDXy_/media/loc/en/database/tables/s_list_customer.png?fit=max&auto=format&n=8-OIGQQJR0VGDXy_&q=85&s=3f4c36ddcf978bb53c6781a2209b7380" alt="s_list_customer table relationship diagram" width="616" height="59" data-path="media/loc/en/database/tables/s_list_customer.png" />

## Indexes

| Fields       | Types | Description |
| ------------ | ----- | ----------- |
| list\_id     | FK    | Index       |
| customer\_id | FK    | Index       |

## Relationships

| Table               | Description               |
| ------------------- | ------------------------- |
| [person](./person)  | Persons                   |
| [s\_list](./s-list) | A list, dynamic or static |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [s_list table](/en/database/tables/s-list.md)
- [person table](/en/database/tables/person.md)
- [Customer](/en/automation/crmscript/reference/CRMScript.Native.Customer.md)
- [Get Customer Language List](/en/api/reference/restful/agent/list_agent/get-customer-language-list.md)
- [Get Customer Languages](/en/api/reference/restful/agent/list_agent/get-customer-languages.md)
- [Get Customer Language](/en/api/reference/restful/agent/list_agent/get-customer-language.md)
