# Export Exact Globe

**Category:** ERP

**Version:** 1.0

**Last updated:** Februari 17, 2026

**Author:** Any2Info

***

### Description

The Export Exact Globe Node provides a structured and secure way to send data from the Any2Info DataHub to Exact Globe.

It enables users to create, retrieve, update, or delete records within the connected Exact Globe administration. The node supports field-level mapping, controlled execution, and duplicate prevention logic.

The integration is designed to work directly with Exact Globe entities such as Items, Financial records, and other available business objects. The node is maintained to ensure compatibility with supported Exact Globe structures and operations.

***

### Property Options

The Export node contains two main tabs:

* **Export**
* **Output**

***

#### Entity Selection

At the top of the Export tab, you can select:

* **Entity** – For example: Item
* **Operation** – Defines the action performed

Available operations:

* None
* Create
* Retrieve
* Update
* Delete

The selected operation determines how the record is processed in Exact Globe.

***

#### Column Mapping

Below the operation section, all available entity fields are listed.

For each field you can:

* Map an incoming value
* Leave it empty (not mapped)
* View the field description
* See the field data type (string, number, boolean, date, etc.)

Columns are paginated and searchable via the **Filter** field.

<figure><img src="https://870194474-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_kE41Rl4pOtwKfvvQq%2Fuploads%2FOXSyDGO2Ub4hBuCfk1ju%2Fimage.png?alt=media&#x26;token=b16c745d-ebbb-45b7-a9c6-db65f3b0b04c" alt=""><figcaption></figcaption></figure>

***

#### Mapped Only

When **Mapped only** is enabled:

Only fields that have a mapped value are sent to Exact Globe.

This is recommended for update operations to prevent unintended overwrites.

***

### Configuration Options

The node requires a configured Exact Globe connection.

This includes:

* Server
* Database
* Credentials
* Administration / Division

Additionally, under **Advanced** settings:

* **Prevent duplicates** – Avoids creating duplicate records
* **Lookup field** – Field used to identify existing records
* **Lookup value** – Value used for matching

These settings are typically used for Update or Upsert-style logic.

<div align="left"><figure><img src="https://870194474-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_kE41Rl4pOtwKfvvQq%2Fuploads%2FcUozyzp014uwVeYTm2VT%2Fimage.png?alt=media&#x26;token=3f52e328-4740-46f1-ba24-46a8383e19e4" alt=""><figcaption></figcaption></figure></div>

***

### Output Tab

The Output tab allows structured response handling.

<table><thead><tr><th width="275">Component</th><th>Description</th></tr></thead><tbody><tr><td>Incoming result</td><td>Displays input data from the previous node.</td></tr><tr><td>Entity fields</td><td>Available response fields from Exact Globe.</td></tr><tr><td>Output mapping</td><td>Define which fields are returned to the workflow.</td></tr></tbody></table>

The node returns operation status and entity response data.

<figure><img src="https://870194474-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_kE41Rl4pOtwKfvvQq%2Fuploads%2FwVWAf7UCdMcZIBk7WwE9%2Fimage.png?alt=media&#x26;token=b9c54951-c778-4890-acc0-dc10c3c5b6b8" alt=""><figcaption></figcaption></figure>

***

### Tips & Best Practices

* Always validate incoming data types before exporting.
* Use Lookup field carefully when Prevent duplicates is enabled.
* Avoid sending full entity payloads unless necessary.
* Limit bulk operations to controlled batches.

***

### Changelog

| Version | Date              | Change                               |
| ------- | ----------------- | ------------------------------------ |
| **1.0** | Februari 17, 2026 | Initial documentation version added. |
