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

> Select contact

This element adds the **Select contact** field to your screen.

Previously called *Select customer*.

## Configuration

| Setting  | Description                   |
| :------- | :---------------------------- |
| notEmpty | Whether an empty choice is OK |

### Selecting a contact

It's possible to define the columns used to select a contact in reg\_id=226 (v. 4.9).

**Syntax:**
\[displayField:searchField:op:label],\[displayField:searchField:op:label],\[displayField:searchField:op:label]

## Functions

### setValue(String id)

Sets the selected contact with the given ID.

### toInteger()

Returns the selected contact ID as a number.

### toString()

Returns the selected contact ID as a string.


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