20 lines
715 B
Java
20 lines
715 B
Java
<#-- **** file included in RFXtoRP_HsaItm_ItemCreated.ftl ***** -->
|
|
<#-- use protobuf of class HsrPro 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" : "${SegmentationKeys_KV[line.grade_code_to_prepare]!Default_Value_Grade_SegmentationKey}"}
|
|
}
|
|
]
|
|
|
|
-->
|
|
"SegmentationKeys": [ ] |