The Microsoft Dynamics NAV connector is a Palantir-provided driver for Microsoft Dynamics NAV.
To create a new Microsoft Dynamics NAV source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for Microsoft Dynamics NAV-specific configuration and networking. For the complete property reference, see the official Microsoft Dynamics NAV driver documentation ↗.
The Microsoft Dynamics NAV connector is in the beta phase of development and may not be available on your enrollment. Functionality may change during active development.
| Capability | Status |
|---|---|
| Exploration | 🟡 Beta |
| Batch syncs | 🟡 Beta |
| Incremental | 🟡 Beta |
| Table exports | 🟡 Beta |
The properties below are mandatory or recommended.
| Property | Required? | Description | Default |
|---|---|---|---|
ServerInstance ↗ | Mandatory | The instance of the Dynamics NAV server. For example, DynamicsNAV71. | DynamicsNAV71 |
URL ↗ | Mandatory | URL to the Microsoft Dynamics NAV server organization root. For example, http://MyServer:7048. | https://{serverName}:{port} |
AuthScheme ↗ | Recommended | The scheme used for authentication. Accepted entries are NTLM, Basic, Digest, None, or Negotiate. Negotiate is the default option. | Negotiate |
Company ↗ | Recommended | The company to submit queries against. For example, 'CRONUS Canada, Inc.'. | CRONUS Canada, Inc. |
Password ↗ | Recommended | Specifies the password of the authenticating user account. | — |
User ↗ | Recommended | Specifies the user ID of the authenticating Microsoft Dynamics NAV 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. Pattern: http://{server}:{port} |
This connector supports table exports. Learn how to set up a table export.