The Acumatica connector is a Palantir-provided driver for Acumatica.
To create a new Acumatica source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for Acumatica-specific configuration and networking. For the complete property reference, see the official Acumatica driver documentation ↗.
| Capability | Status |
|---|---|
| Exploration | 🟢 Generally available |
| Batch syncs | 🟢 Generally available |
| Incremental | 🟢 Generally available |
| Table exports | 🟢 Generally available |
The properties below are mandatory or recommended.
| Property | Required? | Description | Default |
|---|---|---|---|
AuthScheme ↗ | Mandatory | The scheme used for authentication. Accepted entries are Basic, OAuth, OAuthImplicit and OAuthPassword. | Basic |
Schema ↗ | Mandatory | Specifies which Acumatica API to use. By default, it is set to the Contract-Based REST API. When set to OData, the driver uses the OData Version 3.0 API to dynamically retrieve all Generic Inquiries available through OData. If set to ODataV4, the driver uses the OData 4.0 API to query Data Access Class (DAC) objects. | REST |
URL ↗ | Mandatory | The base URL of your Acumatica site. | https://domain.acumatica.com/entity/ |
Company ↗ | Recommended | Your Acumatica Company. | — |
Password ↗ | Recommended | Specifies the password of the authenticating user account. | — |
User ↗ | Recommended | Specifies the user ID of the authenticating Acumatica user account. | — |
The table below lists the domains that the source must be able to access to run.
For each domain, add a corresponding egress policy. If the source is hosted on-premises and not directly reachable from Foundry, use an agent proxy egress policy instead. The agent host itself must also be able to reach the listed domains. See using an agent as a proxy for details.
| Domain | Required |
|---|---|
| <URL> | Always. URL connection property (note may include more than just base domain) |
This connector supports table exports. Learn how to set up a table export.