System Integration.
Qgentic reads from your ERP and core systems; it never writes back. Read-only feeds, standard formats, no proprietary modules, no integration programme. No write-back operations are performed — your systems of record stay exactly as they were.
Read-only architecture · Strict boundary validation · Full audit trails.
Read-Only Data Ingestion
The system relies on a standardised, read-only data ingestion model. Core compliance processing — validation, assembly, export — is decoupled from the data source, so an ERP migration never touches your compliance logic.
| Data Feed | Description |
|---|---|
| list documents | Index of available contracts and agreements for processing. |
| read document | Full-text retrieval of specific documents. |
| master data | Entity information, function catalogues, and vendor metadata (Names, LEIs, Locations, Contacts). |
Strict Boundary Validation
All ingested data is validated against a strict schema prior to processing. Non-compliant records are immediately flagged with precise error paths (e.g., vendors.3.lei: invalid checksum), preventing invalid data from entering the compliance register. Downstream reporting starts from validated records only.
ERP Compatibility Tiers
The platform supports multiple integration methods, eliminating the need for specific ERP compliance modules.
Native API Support
Connects directly to native ERP APIs or reporting modules (e.g., SAP OData/BTP, Oracle Fusion REST, Dynamics 365 OData, NetSuite SuiteTalk). Uses the built-in rest connector, optionally via an iPaaS layer.
Automated File Transfer
Your ERP's standard reporting generates the files (SAP AL11 exports, for example). Your integration layer — MuleSoft, Boomi, SAP CPI — moves them to a drop zone, and the filesystem or csv connectors take it from there.
Batch CSV Exports
Supports scheduled CSV exports common in mid-market systems (e.g., Sage, NetSuite saved searches). Files are retrieved automatically from a secure drop directory or SFTP share.
All tiers move data system-to-system, with no manual re-keying. All data ingestion events are cryptographically audited.
Supported Ingestion Connectors
Connectors are configured via environment variables to match existing data extraction workflows.
filesystem Protocol
Monitors a designated directory for data updates (e.g., mounted read-only cloud buckets, network shares). The system operates statelessly, re-evaluating the directory contents during each run.
csv Protocol
Parses standard flat-file batch exports. Requires header rows and supports RFC-4180 standard quoting. Column ordering is fully flexible.
rest Protocol
Consumes data via three standard JSON API endpoints. Supports Bearer token authentication. TLS termination, IP restriction, and token management are handled at your API gateway.
sftp Protocol
Executes scheduled pulls from a secure SFTP server, avoiding complex inbound firewall modifications. Authentication credentials are encrypted and managed securely.
custom Interfaces
Extensible architecture supports proprietary integrations (Message Queues, Direct Database Views, SDKs) by implementing a standardised read-only interface.
Adaptive Parsing
The system dynamically adapts to native ERP output naming conventions and formatting, requiring no modifications to upstream reporting configurations.
- Pattern MatchingData sources are configured using flexible file pattern matching (e.g., UMSV_*.csv), accommodating default ERP naming schemes.
- Latest File SelectionAutomatically processes the most recent file matching the pattern, simplifying directory management.
- Format NormalisationHandles complex formatting issues natively, including BOMs, currency symbols, and variable delimiter standards.
- Calculated MetricsDerived data points and totals are computed securely within the application to maintain strict digital link requirements.
Standardised ERP Field Mappings
Reference mappings for primary ERP systems. Additional fields from GRC or operational resilience tools can be merged via standard data feeds prior to ingestion.
| Target Field | SAP S/4HANA | Oracle Fusion | Dynamics 365 | NetSuite |
|---|---|---|---|---|
| vendor.name | BUT000 / LFA1.NAME1 | Supplier Name | VendorsV2.VendorOrganizationName | companyName |
| vendor.lei | BP identification (LEI type) | D-U-N-S / LEI id | Registration IDs (LEI) | legalEntityId |
| vendor.country | LFA1.LAND1 | Supplier Address Country | AddressCountryRegionId | Vendor Address Country |
| vendor.contactEmail | BP Contact Email | Supplier Contact | ||
| Documents | CV01N, Ariba | Procurement Attachments | Sourcing Agreements | File Cabinet Attachments |
Metadata undergoes strict boundary validation: LEIs (ISO 17442), Countries (ISO 3166), Currencies (ISO 4217). Invalid records generate explicit failure alerts.
Information Security Controls
Immutable Read-Only Access
All connectors enforce strict read-only access. The software architecture physically precludes write, update, or delete operations against source ERP systems.
Schema Validation Gates
Data undergoes rigid schema validation before processing. Malformed inputs generate precise error logs, preventing invalid data ingestion and maintaining system integrity.
Secure Transport Protocols
REST APIs authenticate with bearer tokens and enforce timeouts. TLS and access control sit at the edge gateway. SFTP runs on managed credentials.
Data Residency
Processed data, compliance registers, and final reports remain entirely within the secure deployment boundary. Air-gapped configurations feature active egress blocking.
Cryptographic Audit Logging
All system actions—including data ingestion, transformation, and export—are logged to a tamper-evident SHA-256 hash chain to support independent auditing.
Flexible Deployment Options
The software is packaged as stateless services capable of running in multi-tenant cloud, dedicated environments, or fully air-gapped local infrastructure.
Deployment Roadmap
Integration follows a structured, fixed-scope methodology designed for rapid deployment.
- Configuration MappingCollaborative workshop to finalize data mappings based on your specific ERP configuration and reporting needs.
- Development & TestingData feeds are established and validated against the standardised interface contracts in a staging environment.
- Parallel ExecutionThe system is run in shadow mode alongside existing processes to verify output accuracy without operational risk.
- Production ReleaseSystem is promoted to live production, activating standard approval workflows and cryptographic auditing.
Maintain Your Systems of Record. Core systems connect to compliance workflows read-only — nothing is ever written back into your ERP. Contact us to discuss integration for your infrastructure.