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