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