SCPN1-9400

(cherry picked from commit a262140b4b7e9104e18ceb56b44b7a1db42521fb)
This commit is contained in:
Francis REAT 2025-10-08 15:58:21 +02:00 committed by Francis Reat
parent af60541221
commit f1d4ed44ff

View File

@ -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 >
</#switch>