> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ImportDefault table

> Defaults for import fields/objects

## ImportDefault Table (189)

Defaults for import fields/objects

## Fields

| Name                      | Description                                                                  | Type                                  | Nullable |
| ------------------------- | ---------------------------------------------------------------------------- | ------------------------------------- | :------: |
| ImportDefault\_id         | Primary key                                                                  | PK                                    |    No    |
| ImportObject\_id          | The object this default applies to                                           | FK [ImportObject](./importobject.mdx) |    No    |
| dbFieldId                 | The database field (within that object, presumably!) this default applies to | FieldId                               |    No    |
| intValue                  | Integer default value                                                        | UInt                                  |    Yes   |
| strValue                  | String value                                                                 | String(254)                           |    Yes   |
| isSearchField             | If 1, the given db field is part of the search criteria for the given object | 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    |
| isBuiltin                 | 1 = This row populated and maintained by SuperOffice                         | UShort                                |    Yes   |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/d9iBlE_psINZNP59/media/loc/en/database/tables/ImportDefault.png?fit=max&auto=format&n=d9iBlE_psINZNP59&q=85&s=0e12b31909cc6fc038a148d902174ae1" alt="ImportDefault table relationship diagram" width="690" height="59" data-path="media/loc/en/database/tables/ImportDefault.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.
