# Teamcenter to Datum

## Getting started

Follow the instructions below to automatically sync data from [Teamcenter](/apps/t/teamcenter.md) to [Datum](/apps/d/datum.md):

{% stepper %}
{% step %}

### Connect <img src="/files/H4jNew4YdnuWki0x2Ytk" alt="" data-size="line"> Datum and create an integration

First, connect Datum and create your integration (instructions [here](/apps/d/datum.md)). You can specify things like:

* the types of data you want to fetch into Violet (parts, purchase orders, etc.)
* how often data should be fetched
  {% endstep %}

{% step %}

### Connect <img src="/files/Oxt4MGAV3BCAl7ZSVJQZ" alt="" data-size="line"> Teamcenter and create an integration

Next, connect Teamcenter and create your integration (instructions [here](/apps/t/teamcenter.md)).
{% endstep %}

{% step %}

### Configure data sync

Last, choose Datum as the destination for automated syncs.

<div align="left"><figure><img src="/files/jYm1wEfn3PHfGA583xIl" alt="" width="375"><figcaption></figcaption></figure></div>

You can then configure how data should be synced to Datum by specifying:

* the types of data you want to sync to Datum
* any specific rules for what should be synced (for example, pushing only released parts)
* any unique mappings for custom fields or attributes
  {% endstep %}
  {% endstepper %}

When you have finished configuring the sync, click <mark style="color:purple;">**SAVE**</mark>**.**

#### One-time data syncs

Alternatively, you can push assemblies to Datum on a one-off basis.

1. Navigate to the desired Teamcenter part in Violet. Under **Automations**, select your target app and click Push. If you choose an assembly, the entire assembly will be pushed.
2. Once successful, you will now see this part or assembly in both Violet and Datum. Any future pushes will update existing parts and/or create new parts intelligently (it will not duplicate data).

## Observability

To learn more about monitoring performance and health & status of your data syncs, head to [Observability](/features/workflows/observability.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.violetlabs.com/features/workflows/data-sync-workflows/example-syncs/teamcenter-to-datum.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
