
## What does Atlan crawl from NetSuite?

URL: https://docs.atlan.com/apps/connectors/erp/netsuite/references/what-does-atlan-crawl-from-netsuite

> Atlan crawls and maps NetSuite record types to tables and record fields to columns.

Atlan crawls and maps NetSuite assets and map them to Atlan as context layer assets. NetSuite record types are ingested as Table assets and record fields are ingested as Column assets in Atlan.

## Lineage

Atlan creates lineage between NetSuite record types, showing how data flows between different records in your NetSuite environment.

## Assets

Atlan crawls and maps the following assets and properties from NetSuite.

### Record types

Atlan maps record types from NetSuite to its `Table` asset type.

| Source property | Atlan property |
| --- | --- |
| `recordType` | `name` |
| `internalId` | `qualifiedName` |
| `scriptId` | `sourceId` |

### Record fields

Atlan maps record fields from NetSuite to its `Column` asset type.

| Source property | Atlan property |
| --- | --- |
| `fieldId` | `name` |
| `internalId` | `qualifiedName` |
| `label` | `displayName` |
| `description` | `description` |
| `fieldType` | `dataType` |
| `isRequired` | `isNullable` |

<!-- ### Custom record types

Atlan maps custom record types from NetSuite to its `Table` asset type with an additional property indicating the custom nature.

| Source property | Atlan property |
| --- | --- |
| `recordType` | `name` |
| `internalId` | `qualifiedName` |
| `scriptId` | `sourceId` |

### Custom record fields

Atlan maps custom record fields from NetSuite to its `Column` asset type with additional metadata.

| Source property | Atlan property |
| --- | --- |
| `fieldId` | `name` |
| `internalId` | `qualifiedName` |
| `label` | `displayName` |
| `description` | `description` |
| `fieldType` | `dataType` |
| `isRequired` | `isNullable` |
| `isCustomField` | `customMetadata` | -->

## See also

* [Set up NetSuite](https://docs.atlan.com/llms/connectors/netsuite/set-up-netsuite/llms.txt): Configure token-based authentication and permissions for metadata extraction
* [Crawl NetSuite](https://docs.atlan.com/llms/connectors/netsuite/crawl-netsuite/llms.txt): Extract and catalog your NetSuite record types and record fields

---
