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

# Preference section FindContact

> Preference section FindContact

To view all preferences in this section, use the following SQL:

```SQL theme={null}
SELECT * FROM UserPreference WHERE prefsection='FindContact'
```

Finds companies dialog.

| Preference | Control type | Access |
| ---------- | ------------ | ------ |
| Code       | Text         | Wizard |
| Email      | Text         | Wizard |
| Expanded   | Bool         | Wizard |
| FirstName  | Text         | Wizard |
| LastName   | Text         | Wizard |
| Name       | Text         | Wizard |
| Number     | Text         | Wizard |
| OrgNr      | Text         | Wizard |
| Phone      | Text         | Wizard |
| SearchType | Number       | Wizard |

Preference used to remember the setup/state of the Filter dialog


## Related topics

- [FindContact](/en/api/archive-providers/reference/findcontact.md)
- [FindContactWithoutPhoneAddressEmail](/en/api/archive-providers/reference/findcontactwithoutphoneaddressemail.md)
- [NetServer archive providers](/en/api/archive-providers/index.md)
- [SuperOffice.WebApi.Data.EMail FindContactOrPersonByEmailNameRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_FindContactOrPersonByEmailNameRequest.md)
- [SuperOffice.WebApi.Data.EMail FindContactOrPersonByEmailNameWithLimitRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_FindContactOrPersonByEmailNameWithLimitRequest.md)
- [Preference section Functions](/en/admin/user-preferences/reference/functions.md)
