SCPN1-9400
This commit is contained in:
parent
6080d1a959
commit
a262140b4b
28
RPtoRFX_AppointmentEvent.ftl
Normal file
28
RPtoRFX_AppointmentEvent.ftl
Normal 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>
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user