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

> Preference section Pocket Tasks

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

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

Global preferences for Mobile CRM.

| Preference       | Description                                                                                                 | Default        | Control type | Access        |
| ---------------- | ----------------------------------------------------------------------------------------------------------- | -------------- | ------------ | ------------- |
| AutoLogoutTime   | Time in minutes the application can be kept idle in the background before an automatic logout is performed. | 0 (no timeout) | Number       | Wizard, Admin |
| DisableAutoLogin | Prevent Mobile CRM client from logging in automatically on startup.                                         | NO             | Bool         | Wizard, Admin |
| EnableCRMScript  | Activate / deactivate execution of CRMScript from Mobile CRM.                                               | YES            | Bool         | Wizard, Admin |


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings.PocketSection](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.PocketSection.md)
- [Preference section Defaults](/en/admin/user-preferences/reference/defaults.md)
- [Get Pocket Startup Data](/en/api/reference/restful/agent/pocket_agent/get-pocket-startup-data.md)
- [Preference section Functions](/en/admin/user-preferences/reference/functions.md)
- [Preference section Filter](/en/admin/user-preferences/reference/filter.md)
- [Preference section Freetext](/en/admin/user-preferences/reference/freetext.md)
