Skip to Content
Sync ClientEnvironments

Environments

An Environment represents a connection between the ACMO Sync Client and a specific ACMO tenant environment.

Environment names are user defined. For example:

  • DEV
  • UAT
  • PROD
  • Finance-UAT
  • Integration-Test

Each environment holds its own set of connections and settings.
Users must enter an environment before viewing or modifying its data flows.


Environments page

The Environments page is available at the application level and displays all configured environments.

The page typically includes:

  • A table of environments, with columns:

    • Environment name
    • Base URL
    • Last validation status
    • Last validation date and time (optional)
  • Row actions:

    • Connect
    • Edit
    • Delete
  • A primary action:

    • Add environment

ACMO Sync Client - Environments


Adding an environment

To add a new environment:

Open the Environments page

Navigate to the environments listing page.

Select Add Anvironment

Click on the “Add Environment” button to add a new environment.

ACMO Sync Client - Add Environment Button

Complete the fields

  1. Environment Name

    • A descriptive label such as DEV, UAT, PROD, or Finance-UAT.
  2. Base URL

    • The ACMO environment URL, provided by ACMO (for example https://uat.acmo.com.au).
  3. Client ID

    • The client identifier issued for this environment.
  4. Client Secret

    • The secret associated with the client ID.
    • Treated as a sensitive credential.
  5. Notifications Email

    • Email address where all the notifications will be sent.

ACMO Sync Client - Add Environment

Select Connect

  • The Sync Client attempts to connect to ACMO using the supplied details.
  • If validation succeeds, a success message is displayed.

ACMO Sync Client - Add Environment: Connection Success

  • If validation fails, an error message explains the issue so that values can be corrected.

ACMO Sync Client - Add Environment: Connection Success

Select Save

After the changes are saved, the new environment will appear in the Environments list.

ACMO Sync Client - Save Environment


Editing an environment

To update an existing environment:

Locate the environment

On the Environments page, locate the environment in the table.

ACMO Sync Client - Locate Environment:

Select Edit

Click on the pencil icon to edit the environment.

ACMO Sync Client - Edit Environment:

Update the required fields

  • Environment name
  • Base URL
  • Client ID
  • Client Secret

ACMO Sync Client - Update Environment Fields:

Select Connect

It will validate the Client ID and Client Secret that you provided above.

ACMO Sync Client - Validate Environment:

Select Update

Existing connections for that environment remain associated but will use the new connection details.

ACMO Sync Client - Update Environment:


Deleting an environment

To delete an environment:

Locate Environment

On the Environments page, locate the environment that you want to delete.

ACMO Sync Client - Locate Environment:

Select Delete

Click on the Trash icon and a popup should appear.

ACMO Sync Client - Click Trash Icon:

Confirm when prompted

Click on Delete to confirm deletion of the environment.

ACMO Sync Client - Confirm Delete Prompt:

Deleting an environment removes:

  • The environment configuration
  • All connections associated with that environment from the Sync Client configuration

No files in watched folders are removed from disk; only Sync Client configuration is affected.


Connecting to an environment

To enter an environment workspace:

Locate Environment

On the Environments page, locate the environment.

ACMO Sync Client - Locate to Connect:

Select Connect

Click on Connect to view the environment.

ACMO Sync Client - Click Connect:

The application will then:

  • Display the environment header (name and base URL).
  • Show environment-level navigation:
    • Overview
    • Connections

A Back to environments link allows the user to return to the Environments page at any time.

Once inside an environment, all information displayed (including connections and service configuration) is scoped to that environment.

ACMO Sync Client - Click Connect:


After at least one environment is created and validated, you can configure connections for that environment.

See Connections for details.

Last updated on