d12a852ae4c97aa3fd7a0b9574a1c6e0d4f52cfa
(cherry picked from commit cb1b99af9644613d8cc4033e10ef971f66328417) Co-authored-by: Laurie Montant <laurie.montant@hardis-group.com>
HARDIS SC NETWORK Core FTLs
Overview
The HARDIS WMS Connector is a set of FreeMarker templates (FTL) designed to transform outgoing JSON flows from HARDIS WMS into flows compatible with HARDIS SC NETWORK.
This connector does not contain any standalone executable code: it is intended to be used by HARDIS WMS integration engines or data exchange pipelines, where it applies the mapping rules defined in the .ftl files.
Role of the FTL Files
- Each
.ftlfile corresponds to a flow type (order, stock, receipt, shipment, appointment etc.). - These templates use the FreeMarker syntax to:
- Extract the required fields from the WMS source flow.
- Apply transformation rules (mapping, conversions, enrichments).
- Generate a final structured JSON for HARDIS SC NETWORK.
Useful Resources
Description
Languages
Fluent
70.2%
FreeMarker
29.8%