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

# Intent table

> Intent list for SAINT. More information regarding SuperOffice Sales Intelligence on http;//techdoc.superoffice.com

## Intent Table (216)

Intent MDO list item table.
Intent list for SAINT. More information regarding SuperOffice Sales Intelligence on http;//techdoc.superoffice.com

## Fields

| Name                      | Description                                                                     | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------------------- | ------------------------------- | :------: |
| Intent\_Id                | Primary key                                                                     | PK                              |    No    |
| name                      | The list item                                                                   | String(239)                     |    No    |
| rank                      | Rank order                                                                      | UShort                          |    Yes   |
| tooltip                   | Tooltip or other description                                                    | String(254)                     |    Yes   |
| deleted                   | 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists | UShort                          |    Yes   |
| registered                | Registered when                                                                 | UtcDateTime                     |    No    |
| registered\_associate\_id | Registered by whom                                                              | FK [associate](./associate.mdx) |    No    |
| updated                   | Last updated when                                                               | UtcDateTime                     |    No    |
| updated\_associate\_id    | Last updated by whom                                                            | FK [associate](./associate.mdx) |    No    |
| updatedCount              | Number of updates made to this record                                           | UShort                          |    No    |

<img src="https://mintcdn.com/superofficeas/zNQa3AO19PFK63SB/media/loc/en/database/tables/Intent.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=a7580cf4958efe7bf3b89d39e5db56e9" alt="Intent table relationship diagram" width="810" height="677" data-path="media/loc/en/database/tables/Intent.png" />

## Indexes

| Fields | Types       | Description |
| ------ | ----------- | ----------- |
| name   | String(239) | Unique      |

## Relationships

| Table                                    | Description                                                                  |
| ---------------------------------------- | ---------------------------------------------------------------------------- |
| [associate](./associate)                 | Employees, resources and other users - except for External persons           |
| [CounterValue](./countervalue)           | Visible for rights                                                           |
| [DocTmpl](./doctmpl)                     | DocTmpl list table. Describes templates available for writing new documents. |
| [IntentGroupLink](./intentgrouplink)     | User group link table for Intent, for MDO item hiding                        |
| [IntentHeadingLink](./intentheadinglink) | Heading link table for Intent, for MDO headers                               |
| [Task](./task)                           | Task list table, activity types, like Phone, Meeting                         |

## Replication Flags

* Replicate changes DOWN from central to satellites and travellers.
* Replicate changes UP from satellites and travellers back to central.
* Copy to satellite and travel prototypes.

## Security Flags

* No access control via user's Role.


## Related topics

- [IntentHeadingLink table](/en/database/tables/intentheadinglink.md)
- [IntentGroupLink table](/en/database/tables/intentgrouplink.md)
- [intent](/en/api/mdo-providers/reference/intent.md)
- [Task table](/en/database/tables/task.md)
- [CounterValue table](/en/database/tables/countervalue.md)
- [DocTmpl table](/en/database/tables/doctmpl.md)
