You've already forked reflex-wms-connector
modification "lineSK" to "SK"
This commit is contained in:
23
RFXtoRP_HsrPro_ExecutionflowDetected_SegmentationKeys.ftl
Normal file
23
RFXtoRP_HsrPro_ExecutionflowDetected_SegmentationKeys.ftl
Normal file
@@ -0,0 +1,23 @@
|
||||
<#-- use protobuf of class HsrPro to find Reflex WMS fields names -->
|
||||
<#--
|
||||
|
||||
"SegmentationKeys": [
|
||||
{
|
||||
"Key": "Grade",
|
||||
"Value": { "String" : "${line.grade_code_to_prepare}"}
|
||||
},
|
||||
{
|
||||
"Key": "Owner",
|
||||
"Value": { "String" : "${line.owner_code_to_prepare}"}
|
||||
},
|
||||
{
|
||||
"Key": "BatchNumber",
|
||||
<#if reflexMvtStockInterface.batch_1 == "">
|
||||
"Value": { "String" : "no batch"}
|
||||
<#else>
|
||||
"Value": { "String" : "${line.batch_1}"}
|
||||
</#if>
|
||||
}
|
||||
]
|
||||
-->
|
||||
"SegmentationKeys": [ ]
|
||||
Reference in New Issue
Block a user