> ## 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.

# Select contacts

> Select contacts

A variant of [select contact][1] that lets you select more than 1 contact person.

Previously called *Select customer*.

## Configuration

No settings.

## Functions

### getFieldValue(String field)

| Field | Description                      |
| :---- | :------------------------------- |
| all   | Returns a list of all recipients |

### setFieldValue(String action, Map values)

| Action      | Map keys | Description                          |
| :---------- | :------- | :----------------------------------- |
| addCustomer | id       | Adds 1 contact with the specified ID |

### toString()

Returns a comma-separated list of the IDs of the customers.

[1]: ./select-customers


## Related topics

- [Create a new contact](/en/contact/learn/create.md)
- [Contacts](/en/api/reference/restful/rest/project/contacts.md)
- [Add contact](/en/mobile/contact/create.md)
- [Delete Contacts](/en/api/reference/restful/agent/selection_agent/delete-contacts.md)
- [Delete a contact](/en/contact/learn/delete.md)
- [Dial contacts](/en/contact/learn/dial.md)
- [ContactSelection](/en/api/archive-providers/reference/contactselection.md)
