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

# ImportField table

> Import object types - see localetext for names

## ImportField Table (187)

Import object types - see localetext for names

## Fields

| Name                      | Description                                               | Type                                  | Nullable |
| ------------------------- | --------------------------------------------------------- | ------------------------------------- | :------: |
| ImportField\_id           | Primary key                                               | PK                                    |    No    |
| ImportObject\_id          | The primary object type for this import field             | FK [ImportObject](./importobject.mdx) |    No    |
| dbFieldId                 | Database field id of target field (implies table)         | FieldId                               |    No    |
| guiCategory               | Used for grouping objects in GUI; see LocaleText for name | Id                                    |    No    |
| tag                       | Name of field, not visible to the user                    | String(11)                            |    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    |
| isBuiltin                 | 1 = This row populated and maintained by SuperOffice      | UShort                                |    Yes   |

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

## Indexes

| Fields           | Types | Description |
| ---------------- | ----- | ----------- |
| ImportObject\_id | FK    | Index       |

## Relationships

| Table                          | Description                                                        |
| ------------------------------ | ------------------------------------------------------------------ |
| [associate](./associate)       | Employees, resources and other users - except for External persons |
| [ImportObject](./importobject) | Import object types - see localetext for names.                    |

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

- [importfields](/en/api/mdo-providers/reference/importfields.md)
- [ImportObject table](/en/database/tables/importobject.md)
- [Enum LocalizedTextType](/en/automation/crmscript/reference/CRMScript.NetServer.LocalizedTextType.md)
- [SuperOffice.WebApi.Data.LocalizedTextType](/en/api/reference/webapi/SuperOffice.WebApi.Data.LocalizedTextType.md)
- [Get Localized Text By Type](/en/api/reference/restful/agent/list_agent/get-localized-text-by-type.md)
- [Get Localized Texts By Type](/en/api/reference/restful/agent/list_agent/get-localized-texts-by-type.md)
