From a262140b4b7e9104e18ceb56b44b7a1db42521fb Mon Sep 17 00:00:00 2001 From: "GROUP\\frea" Date: Wed, 8 Oct 2025 15:58:21 +0200 Subject: [PATCH] SCPN1-9400 --- RPtoRFX_AppointmentEvent.ftl | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 RPtoRFX_AppointmentEvent.ftl diff --git a/RPtoRFX_AppointmentEvent.ftl b/RPtoRFX_AppointmentEvent.ftl new file mode 100644 index 0000000..9891ef8 --- /dev/null +++ b/RPtoRFX_AppointmentEvent.ftl @@ -0,0 +1,28 @@ +<#-- **** input parameters ***** --> +<#-- input : message RFX --> +<#-- project : projectId in ReflexPlatform --> +<#-- organisation : organisationtId in ReflexPlatform --> +<#include "HfRpConfig.ftl"> +<#include "ReflexUtils.ftl"> + +<#assign eventRP = JsonUtil.jsonToMap(input)> +<#assign projectRP = project> +<#assign organisationRP = organisation> + +<#-- initialisation map for SegmentationKey and MetaData --> +<#assign Header_MetaData_Map = {} /> +<#assign SegmentationKeys_Map = {} /> +<#assign Line_MetaData_Map = {} /> + + +<#switch eventRP.event> + <#case "Created"> + <#assign appointment = eventRP.data /> + + <#stop Appointment creation event> + + <#break> + <#default> + <#stop > + +