> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/it/tour-del-prodotto-web-app/integrazione-con-john-deere-operations-center/11.-sincronizza-un-campo-con-john-deere-operations-center.md).

# 11. Sincronizza un campo con John Deere Operations Center

GeoPard consente di sincronizzare un singolo campo con John Deere Operations Center su richiesta.

Usalo subito dopo aver aggiunto un campo. Usalo di nuovo dopo aver modificato il confine o aggiornato la gerarchia cliente e azienda agricola.

GeoPard decide automaticamente se creare il campo in John Deere Operations Center o ri-sincronizzare uno esistente. Non è necessario controllarne prima lo stato corrente.

{% hint style="info" %}
Il **Sincronizza il campo con John Deere Operations Center** l'azione è visibile solo quando il tuo account GeoPard è connesso a John Deere. Se non la vedi, completa [Connetti a John Deere Operations Center](https://docs.geopard.tech/geopard-tutorials/product-tour-web-app/john-deere-operations-center-integration/2.-connect-to-john-deere-operations-center).
{% endhint %}

### Prima di iniziare

La sincronizzazione dipende da due passaggi di configurazione. Se ne manca anche solo uno, la sincronizzazione fallirà.

#### 1. Mappa le etichette GeoPard alla gerarchia John Deere

GeoPard organizza i campi con etichette. John Deere usa una **Organizzazione → Cliente → Azienda agricola** gerarchia.

Nella pagina di integrazione di John Deere, mappa le tue etichette GeoPard a questi livelli di John Deere:

* `organizzazione` → Organizzazione
* `cliente` → Cliente
* `azienda agricola` → Azienda agricola

<figure><img src="/files/1a9d2242260bd95bb8732beb2622ce7569629ea9" alt=""><figcaption></figcaption></figure>

Se un'etichetta corrispondente non esiste ancora, creala prima. Vedi [Aggiungi un'etichetta](https://docs.geopard.tech/geopard-tutorials/product-tour-web-app/farm-and-field-setup/add-a-label).

#### 2. Aggiungi al campo le etichette corrispondenti

Apri il campo e controlla **Dettagli del campo** → **Etichette**.

Il campo deve contenere i valori che corrispondono alla tua mappatura. Ad esempio:

* `organizzazione: AgriCore Solutions`
* `cliente: GreenField`
* `azienda agricola: Green Valley Farm`

Questi valori collocano il campo nel percorso corretto **Organizzazione → Cliente → Azienda agricola** in John Deere Operations Center.

<figure><img src="/files/92f26ed33c56b642b4d8bbb50cf1e78a51d11879" alt=""><figcaption></figcaption></figure>

### Sincronizza un campo

1. Apri il campo che vuoi inviare a John Deere Operations Center.
2. Fai clic su **Esporta** → **Sincronizza il campo con John Deere Operations Center**.
3. Attendi la notifica del risultato.

<figure><img src="/files/f3f402aa9bc1b82b63daea30a94bffa96d77e334" alt=""><figcaption></figcaption></figure>

### Cosa succede quando fai clic su

GeoPard verifica se il campo è già collegato a John Deere Operations Center.

* Se il campo non esiste già in John Deere Operations Center, GeoPard lo crea automaticamente in base alle etichette di azienda agricola e cliente del campo.
* Se il campo esiste già in John Deere Operations Center, GeoPard aggiorna automaticamente il suo confine, l'azienda agricola e le informazioni sul cliente durante la sincronizzazione.

<figure><img src="/files/ebaf85e241a0380409b37a0ec9661f6bfa093210" alt=""><figcaption></figcaption></figure>

### Risultati che vedrai

Dopo l'esecuzione dell'azione, GeoPard mostra una di queste notifiche:

* **Campo creato in John Deere Operations Center** — il campo non aveva alcun collegamento con John Deere ed è stato creato correttamente.
* **Campo ri-sincronizzato con John Deere Operations Center** — il campo era già collegato e il suo confine e la sua gerarchia sono stati aggiornati.
* **Sincronizzazione non riuscita** — non è stato possibile sincronizzare il campo.

### Risoluzione dei problemi

Se la sincronizzazione non riesce, controlla prima questi elementi:

* Il tuo account GeoPard è connesso a John Deere. Vedi [2. Connetti a John Deere Operations Center](https://docs.geopard.tech/geopard-tutorials/product-tour-web-app/john-deere-operations-center-integration/2.-connect-to-john-deere-operations-center).
* La tua organizzazione John Deere è abilitata in GeoPard. Vedi [3. Connetti alle organizzazioni John Deere](https://docs.geopard.tech/geopard-tutorials/product-tour-web-app/john-deere-operations-center-integration/3.-connect-to-john-deere-organizations).
* Il campo ha tutte le etichette mappate, con i valori corretti.
* La mappatura delle etichette corrisponde al **Organizzazione → Cliente → Azienda agricola** percorso previsto.

La causa di errore più comune sono le etichette del campo mancanti o non corrispondenti.


---

# 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.geopard.tech/geopard-tutorials/it/tour-del-prodotto-web-app/integrazione-con-john-deere-operations-center/11.-sincronizza-un-campo-con-john-deere-operations-center.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.
