- Upload the project into Acumatica
- Create the source connections
- Create the destination connection
- Configure the global variable
- Import the extractions
- Import the cube extractions
- Schedule the extractions
- Set up the data source in Nectari
- Configure Acumatica real‑time finance
- Import the template
- Build and load the OLAP cubes
Acumatica Real-time Finance
If you are setting up Acumatica real-time finance reports, complete the following steps. Otherwise, continue with the standard setup.
Real-time finance queries Acumatica directly each time a financial report or dashboard loads, instead of relying on the last scheduled DataSync refresh. The data shown always comes from the live Acumatica system.
Real‑time finance only works once all Acumatica inquiries have been imported. Complete that step first if you have not already.
Upload the add-on folder
The Real-time Finance add-on contains the generic inquiry that powers on-demand data retrieval. You will find it in the Add-ons folder, inside the Acumatica ERP Projects folder of your installation package on ShareFile.
- In Acumatica, select Customization. If not visible, click More Items.
- Under Profiles, select Customization Projects.
- Click Import.
- Import
NECTARI (2026R1) Real Time Finance Add-on.zip, located at
Packages\Templates\Templates - Official\20XX Release X\Acumatica\Acumatica ERP Projects\Add-ons - Click Upload.
- In the project list, check the box next to the project.
- Click Publish.
Create a global variable
DataSync uses a global variable to know where your Acumatica server lives. You only need to set this up once.
- From the Administration page, Select Global Variables.
- Click Add New Record.
- Enter
@@AcumaticaURLas the Key. - Set the type of variable to Constant.
- Enter a description such as
Acumatica Server URL. - In Data Type, select Text.
- Enter the URL of your Acumatica site. Example:
https://yourcompany.acumatica.com. - Click Create.
Create an Acumatica data source
- From the Administration page, Select Env. & Data Sources.
- Select the environment where you want to add the data source.
- In the Data Sources panel, click the + icon.
- Fill in the required fields in the Data Source Definition panel.
- Click Validate, then Save.
Acumatica data source definition fields
DataSync supports two ways to authenticate with Acumatica. OAuth 2.0 is the recommended option since it relies on a secure, token-based connection rather than a stored password. Basic authentication uses a standard username and password instead.
If you choose OAuth 2.0, register an application in Acumatica first to generate your Client ID and Client Secret. You will also need to copy a Callback URL generated by Nectari and paste it into that application in Acumatica. It helps to keep both Acumatica and Nectari open side by side while you work through this part.
| Field | What to enter |
|---|---|
| Data Source Description | Unique name for this data source. Example:Acumatica Finance. |
| Type | Select Acumatica. |
| URL | Base URL of your Acumatica site. Example: https://yourcompany.acumatica.com. |
| Company | Name of the Acumatica company you want to connect to. |
| Page Size | Maximum number of records returned per request. Default: 10000. |
| Operation timeout | Maximum time in seconds allowed for each request. Default: 60. |
| Extra connection string properties | Optional. Additional connection string parameters required by your provider. |
| Authentication Strategy | Basic or OAuth 2.0. |
| User Name | Basic only Login account for authenticating with Acumatica. |
| Password | Basic only Password for this account. |
| Client ID | OAuth only Client ID generated when you registered the application in Acumatica. |
| Client Secret | OAuth only Client secret generated with the client ID. |
| Scope | OAuth only Required scopes. Defaults: api and offline_access. |
| Callback URL | OAuth only Automatically generated by Nectari. Copy this URL and paste it into your Acumatica application. |