Accelerators

Accelerator · Integration package

Plex Datasource Tools Package

Fuuz accelerator: Plex ERP ODBC datasource management and connection health tools

Version: 2.0.0 Platform: Fuuz (any) Spec Version: 2.0.0


Overview

The Plex Datasource Tools package provides utility screens for administering, testing, and troubleshooting Plex ERP data source connections (datasources) within the Fuuz platform. It surfaces the DatasourceWhitelisting model through CRUD screens, allowing administrators to control which Plex datasources (ODBC stored procedure endpoints) are permitted to be queried from Fuuz data flows.

This is a screens-only utility package with no custom data models or flows. It is a companion to the package-plex-odbc-master-config-accelerator package.


Package Contents

plex-datasource-tools/
├── manifest.json
├── package-data.json
└── screens/                     4 screens

Screens (4)

DatasourcesWhitelisted Form (v2.0.0)

A form screen for managing individual DatasourceWhitelisting records. Generated by the MFGx screen generator. Provides:

  • Detail Form — View and edit fields for a datasource whitelist entry (id, datasource identifier, description, active status)
  • Save action — Persists changes via Application API mutation
  • Delete action — Removes the whitelist entry with a confirmation dialog displaying the record ID

Supporting Screens (3 additional)

  • Datasource Whitelist Table — Paginated list view of all whitelisted Plex datasources; supports filtering and navigation to the detail form
  • Datasource Test Screen — Interactive screen for testing a datasource connection by submitting a query and viewing the raw response; useful for validating ODBC connectivity and stored procedure availability before using it in a data flow
  • Connection Health Dashboard — Overview screen showing connection status and recent query success/failure metrics per datasource

Use Cases

  • Initial Plex integration setup — Whitelist all required Plex ODBC stored procedures before activating master data import flows
  • Connection troubleshooting — Use the test screen to verify that a specific Plex datasource is reachable and returning expected data
  • Access governance — Audit which Plex stored procedures are permitted for use in Fuuz data flows

Installation

  1. Import via Fuuz Package Manager
  2. Ensure a Plex ODBC connection is configured in the Fuuz Connections settings
  3. Use the Datasource Whitelist Table to add the Plex stored procedure endpoints that your import flows will query
  4. Use the Datasource Test Screen to validate connectivity before running bulk imports

Dependencies

  • Fuuz Platform — any version
  • Plex ERP with ODBC access enabled
  • A configured Plex ODBC Connection in the Fuuz platform
  • Designed for use with package-plex-odbc-master-config-accelerator

Built on the Fuuz Industrial Operations Platform

Before you install

A Jump Start, Not A Finished Answer

An accelerator is a pre-built, configurable starting point that addresses the bulk of the common challenges in its domain. It is not intended to solve every possible variation off the shelf — requirements that fall outside it are expected and normal for the model, not a shortcoming of this one.

Standard

Delivered and working as-is. No configuration needed.

Configurable

A base capability you adapt with the platform's own no-code and low-code tools — screen builder, transforms, workflow rules, flow parameters — without professional services.

Custom development

Feasible on the platform but outside this accelerator's current scope. A scoped change through Fuuz or a certified partner.

Once installed, it is yours

Installation forks the flows, models and screens into your environment as your own copies. Later versions published against this accelerator do not propagate to you automatically — picking up a change means deliberately re-applying it.