# Import Exact Synergy

**Category:** ERP

**Version:** 1.0

**Last updated:** March 17, 2026

**Author:** Any2Info

***

### Description

The **Exact Synergy Import Node** provides a direct data import interface from Exact Synergy into the Any2Info DataHub.

It allows you to:

* Select Exact Synergy entities
* Choose specific columns
* Apply filters
* Limit record retrieval

The node connects directly to your Exact Synergy environment and retrieves structured data for further processing inside workflows.

***

### Property Options

The **Exact Synergy Import Node** contains the following sections:

#### Entity Selection

On the left side, you can select an Exact Synergy entity, such as:

* Account
* Division
* Item
* Project
* Resource
* And other available entities

You can use the **Filter entities** search field to quickly locate a specific entity.

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

***

#### Record Limit (Take)

At the top of the screen:

* **Select all** – Select all columns at once
* **Take** – Defines the maximum number of records retrieved

Example:\
Take = 50 → The node retrieves a maximum of 50 records.

This helps control performance and prevents excessive data loads.

***

#### Column Selection

After selecting an entity, the center grid displays all available fields for that entity.

You can:

* Search using **Filter columns**
* Select specific columns
* Define the output data type

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

At the bottom under **Columns**, each selected field shows:

* **Name** – Output field name
* **Data type** – Text, Integer, Date, etc.
* **Source** – Original Exact Synergy field

Only selected columns are included in the output dataset.

<figure><img src="/files/7U0gMjleKUKSzYPpb4Uf" alt=""><figcaption></figcaption></figure>

***

### Configuration Options

The node requires a configured Exact Synergy connection.

The connection typically includes:

* URL
* User
* Password
* Domain

Ensure the connection is properly configured before using the node.

***

### Filtering

Filters can be configured via the **Filters** tab.

Each filter consists of:

* Field
* Operator (Equals, Greater Than, Less Than, Contains, etc.)
* Value

Example:

Field: Division\
Operator: Equals\
Value: 1

Filtering is strongly recommended when working with financial or transactional data.

Multiple filters can be combined.

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

***

### Tips & Best Practices

* Always define a **Take limit** during testing
* Select only necessary columns to reduce payload size
* Avoid large unfiltered imports in production workflows

***

### Changelog

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


---

# 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://academy.any2info.com/any2info-academy/no-code-platform/data-studio/data-hubs/toolbox/import-and-export/erp/import-exact-synergy.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.
