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

# 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/zNQa3AO19PFK63SB/media/loc/en/database/tables/ImportDefault.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=6e7973c3f968edbf867a832212e9e961" 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.


## Related topics

- [ImportObject table](/en/database/tables/importobject.md)
- [Create Default Import Line](/en/api/reference/restful/agent/import_agent/create-default-import-line.md)
- [Save Import](/en/api/reference/restful/agent/import_agent/save-import.md)
- [Preview Import](/en/api/reference/restful/agent/import_agent/preview-import.md)
- [ImportRelation table](/en/database/tables/importrelation.md)
- [ImportField table](/en/database/tables/importfield.md)
