reflex-wms-connector/RFXtoRP_HsrReceiptList_ExecutionflowDetected_LineSegmentationKeys.ftl
2023-08-29 09:46:06 +02:00

19 lines
594 B
Java

<#-- use protobuf of class HsrReceiptList 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" : "${line.grade_code_to_prepare}
}
]
-->
"SegmentationKeys": [ ]