You've already forked reflex-wms-connector
initial import
This commit is contained in:
24
RFXtoRP_HsrPrepa_GoodsPrepared_SegmentationKeys.ftl
Normal file
24
RFXtoRP_HsrPrepa_GoodsPrepared_SegmentationKeys.ftl
Normal file
@@ -0,0 +1,24 @@
|
||||
<#-- use protobuf of class Hsrprepa to find Reflex WMS fields names -->
|
||||
|
||||
<#--
|
||||
"SegmentationKeys" :[
|
||||
{
|
||||
"Key": "BatchNumber",
|
||||
<#if despatched_ipg.batch_number == "">
|
||||
"Value": { "String" : "no batch"}
|
||||
<#else>
|
||||
"Value": { "String" : "${despatched_ipg.batch_number}"}
|
||||
</#if>
|
||||
},
|
||||
{
|
||||
"Key": "Grade",
|
||||
"Value": { "String" : "${preparation_line.grade_code}"}
|
||||
},
|
||||
{
|
||||
"Key": "Owner",
|
||||
"Value": { "String" : "${preparation_line.owner_code}"}
|
||||
}
|
||||
]
|
||||
|
||||
-->
|
||||
"SegmentationKeys": [ ]
|
||||
Reference in New Issue
Block a user