24 lines
711 B
Java
24 lines
711 B
Java
<#-- use protobuf of class HsaIpgMove to find Reflex WMS fields names -->
|
|
|
|
<#--"SegmentationKeys":
|
|
[
|
|
{
|
|
"Key": "Grade",
|
|
"Value": {"String": "${reflexMvtStockInterface.grade_code}"}
|
|
},
|
|
{
|
|
"Key": "Owner",
|
|
"Value": {"String": "${reflexMvtStockInterface.owner_code}"}
|
|
},
|
|
{
|
|
"Key": "BatchNumber",
|
|
<#if reflexMvtStockInterface.batch_1 == "">
|
|
"Value": { "String" : "no batch"}
|
|
<#else>
|
|
"Value": { "String" : "${reflexMvtStockInterface.batch_1}"}
|
|
</#if>
|
|
}
|
|
],
|
|
|
|
-->
|
|
"SegmentationKeys": [ ] |