initial import

This commit is contained in:
2023-08-29 09:46:06 +02:00
parent 9872f3cf4a
commit b64d900833
67 changed files with 2234 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<#-- **** file included in RFXtoRP_HsaItm_ItemCreated.ftl ***** -->
<#-- use protobuf of class HsrPro to find Reflex WMS fields names -->
<#--
"SegmentationKeys": [ {
"Key": "BatchNumber",
<#if line.batch_1 == "">
"Value": { "String" : "no batch"}
<#else>
"Value": { "String" : "${line.batch_1}"}
</#if>
},
{
"Key": "Grade",
"Value": { "String" : "${SegmentationKeys_KV[line.grade_code_to_prepare]!Default_Value_Grade_SegmentationKey}"}
}
]
-->
"SegmentationKeys": [ ]