Export Exact Globe
Category: Import and export
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.
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.
Output Tab
The Output tab allows structured response handling.
Incoming result
Displays input data from the previous node.
Entity fields
Available response fields from Exact Globe.
Output mapping
Define which fields are returned to the workflow.
The node returns operation status and entity response data.
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
1.0
Februari 17, 2026
Initial documentation version added.
Last updated
Was this helpful?