SCPN1-9400
(cherry picked from commit a262140b4b7e9104e18ceb56b44b7a1db42521fb)
This commit is contained in:
parent
af60541221
commit
f1d4ed44ff
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