Installation Progress
- Create the source connections
- Create the destination connection
- Import the extractions
- Configure the global variables
- Schedule the extractions
- Set up the data sources in Nectari
- Import the template
- Build and load the OLAP cubes
- Import users to Nectari (optional)
Configure Global Variables
Global variables in DataSync provide reusable values that scripts and processes use throughout your Sage XRT Advanced integration. By defining these variables, you create centralized references that control settings or drive automation within post-execution scripts and data refresh operations. This helps ensure consistency and simplifies maintenance whenever these parameters need to be updated.
Configure two global variables:
| Global variable | Description |
|---|---|
| SXA_CUSTOM_SCHEMA | Defines the custom schema for post-execution scripts to read tables and insert missing fields. |
| TODAY | Defines the date value used in post-execution scripts to refresh the daily cash balance. |
Create the SXA_CUSTOM_SCHEMA global variable
- From the DataSync welcome screen, select Variables.
- Next to Variables, click New.
- In Variable Name, enter
SXA_CUSTOM_SCHEMA. - In Variable Type, select String.
- In Variable Value, enter
SXA. - Click Save.
Create the TODAY global variable
- Next to Variables, click New again.
- In Variable Name, enter
TODAY. - In Variable Type, select String.
- In Variable Value, enter
DUMMY. - Click Save.