reflex-wms-connector/RFXtoRP_HsrPrepa_GoodsPrepared_SegmentationKeys.ftl
2023-09-04 16:41:21 +02:00

24 lines
742 B
Java

<#-- use protobuf of class Hsrprepa to find Reflex WMS fields names -->
<#--
"SegmentationKeys" :[
{
"Key": "BatchNumber",
<#if despatched_ipg.batch_number == "">
"Value": { "String" : "no batch"}
<#else>
"Value": { "String" : "${despatched_ipg.batch_number}"}
</#if>
},
{
"Key": "Grade",
"Value": { "String" : "${preparation_line.grade_code}"}
},
{
"Key": "Owner",
"Value": { "String" : "${preparation_line.owner_code}"}
}
]
-->
"SegmentationKeys": [ ]