reflex-wms-connector/RFXtoRP_HsrPro_ExecutionflowDetected_SegmentationKeys.ftl

23 lines
722 B
Java

<#-- use protobuf of class HsrPro to find Reflex WMS fields names -->
<#--
"SegmentationKeys": [
{
"Key": "Grade",
"Value": { "String" : "${preparation_order_line.grade_code_to_prepare}"}
},
{
"Key": "Owner",
"Value": { "String" : "${preparation_order_line.owner_code_to_prepare}"}
},
{
"Key": "BatchNumber",
<#if reflexMvtStockInterface.batch_1 == "">
"Value": { "String" : "no batch"}
<#else>
"Value": { "String" : "${preparation_order_line.batch_1}"}
</#if>
}
]
-->
"SegmentationKeys": [ ]