You've already forked reflex-wms-connector
initial import
This commit is contained in:
25
RFXtoRP_HsaIpgMove_StockMoved_SegmentationKeys.ftl
Normal file
25
RFXtoRP_HsaIpgMove_StockMoved_SegmentationKeys.ftl
Normal file
@@ -0,0 +1,25 @@
|
||||
<#-- **** file included in RFXtoRP_HsaItm_ItemCreated.ftl ***** -->
|
||||
<#-- 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": [ ],
|
||||
Reference in New Issue
Block a user