(cherry picked from commit 039e984ec05f6b57a4d3b4fd51180b1a3fd5c0b3)
This commit is contained in:
Laurie MONTANT 2025-10-16 10:07:03 +02:00 committed by Francis Reat
parent 4f7255d9e8
commit 9d7b3ec2f1

View File

@ -1,8 +1,8 @@
# Hardis SC NETWORK Core FTLs
# Reflex Platform Core FTLs
## Overview
The **Reflex WMS Connector** is a set of **FreeMarker templates (FTL)** designed to transform **outgoing JSON flows from Reflex WMS** into **flows compatible with Hardis SC NETWORK**.
The **Reflex WMS Connector** is a set of **FreeMarker templates (FTL)** designed to transform **outgoing JSON flows from Reflex WMS** into **flows compatible with Reflex Platform**.
This connector does not contain any standalone executable code: it is intended to be used by **Reflex integration engines** or **data exchange pipelines**, where it applies the mapping rules defined in the `.ftl` files.
@ -12,9 +12,9 @@ This connector does not contain any standalone executable code: it is intended t
- 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.
- Generate a **final structured JSON** for Reflex Platform.
## Useful Resources
- [FreeMarker Documentation](https://freemarker.apache.org/docs/index.html)
- [Hardis SC NETWORK](https://auth.reflex-platform.com/)
- [Reflex Platform](https://auth.reflex-platform.com/)