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

# ImportObject table

> Import object types - see localetext for names.

## ImportObject Table (186)

Import object types - see localetext for names.

## Fields

| Name                      | Description                                                                                           | Type                            | Nullable |
| ------------------------- | ----------------------------------------------------------------------------------------------------- | ------------------------------- | :------: |
| ImportObject\_id          | Primary key                                                                                           | PK                              |    No    |
| tableId                   | Table id of target table for this object                                                              | TableNumber                     |    No    |
| showInGui                 | If 1, this object is visible in the object property list in the GUI, otherwise insert anyway          | UShort                          |    No    |
| tag                       | Name of object, not visible to the user                                                               | String(11)                      |    Yes   |
| extensionOf               | Id of parent object this object is an extension of, if any (may be included in keys of parent object) | Id                              |    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/ImportObject.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=9ab0517f919de8cd7c082d23d27c78e2" alt="ImportObject table relationship diagram" width="876" height="815" data-path="media/loc/en/database/tables/ImportObject.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Relationships

| Table                              | Description                                                        |
| ---------------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)           | Employees, resources and other users - except for External persons |
| [ImportDefault](./importdefault)   | Defaults for import fields/objects                                 |
| [ImportField](./importfield)       | Import object types - see localetext for names                     |
| [ImportRelation](./importrelation) | Relations between import objects                                   |

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

- [ImportDefault table](/en/database/tables/importdefault.md)
- [ImportField table](/en/database/tables/importfield.md)
- [ImportRelation table](/en/database/tables/importrelation.md)
- [Enum LocalizedTextType](/en/automation/crmscript/reference/CRMScript.NetServer.LocalizedTextType.md)
- [Get Localized Text By Type](/en/api/reference/restful/agent/list_agent/get-localized-text-by-type.md)
- [SuperOffice.WebApi.Data.LocalizedTextType](/en/api/reference/webapi/SuperOffice.WebApi.Data.LocalizedTextType.md)
