> For the complete documentation index, see [llms.txt](https://docs.violetlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.violetlabs.com/es/funciones/workflows/flujos-de-trabajo-de-sincronizacion-de-datos/ejemplos-de-sincronizacion/teamcenter-a-cofactr.md).

# Teamcenter a Cofactr

## Primeros pasos

Siga las instrucciones a continuación para sincronizar automáticamente datos desde [Teamcenter](/es/aplicaciones/t/teamcenter.md) a [Cofactr](/es/aplicaciones/c/cofactr.md):

{% stepper %}
{% step %}

### Conectar <img src="/files/f2dbc650985bfe6c9b2fbb7a3ab06522d9d1e520" alt="" data-size="line">Cofactr y crea una integración

Primero, configura y ajusta tu integración de Cofactr, siguiendo las instrucciones [aquí](/es/aplicaciones/b/boltline.md). \
\
Asegúrate de que estás obteniendo los tipos de datos que deseas sincronizar. Para la sincronización de Teamcenter a Cofactr, debes al menos seleccionar **Piezas** y **BOMs**.
{% endstep %}

{% step %}

### Conectar <img src="/files/79b887dd86ffe18f5f4b59ace42c015505f9b522" alt="" data-size="line"> Teamcenter y crear una integración

A continuación, conecte Teamcenter y cree su integración (instrucciones [aquí](/es/aplicaciones/t/teamcenter.md)).
{% endstep %}

{% step %}

### Configurar la sincronización de datos

Por último, selecciona Cofactr como el destino para sincronizaciones automatizadas.

<figure><img src="/files/005f460f46736eff7a083854f0aefc800bbf35f1" alt="" width="375"><figcaption></figcaption></figure>

\
Aquí es donde también configurarás cualquier regla para tu sincronización, por ejemplo, empujar solo piezas o BOMs basados en **Liberación** estado.

<figure><img src="/files/2da7b62bcff35822ccb32bb24896c7886c873691" alt="" width="375"><figcaption></figcaption></figure>

Cuando haya terminado de configurar la sincronización, haga clic <mark style="color:morado;">**GUARDAR**</mark>**.**
{% endstep %}
{% endstepper %}

#### Sincronizaciones de datos puntuales

Alternativamente, puedes enviar piezas y BOMs a Cofactr de forma puntual.

1. Navegue hasta la pieza de Teamcenter deseada en Violet. Bajo **Automatizaciones**, selecciona tu aplicación de destino y haz clic en Enviar. Si eliges un ensamblaje, se enviará todo el ensamblaje.
2. Una vez exitoso, ahora verás esta pieza o ensamblaje tanto en Violet como en Cofactr. Cualquier envío futuro actualizará las piezas existentes y/o creará nuevas piezas de forma inteligente (no duplicará los datos).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.violetlabs.com/es/funciones/workflows/flujos-de-trabajo-de-sincronizacion-de-datos/ejemplos-de-sincronizacion/teamcenter-a-cofactr.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
