42 lines
1.1 KiB
Java
42 lines
1.1 KiB
Java
<#-- use protobuf of class HfDtlStockLs to find Reflex WMS fields names -->
|
|
|
|
<#--
|
|
|
|
"SegmentationKeys": [
|
|
{
|
|
"Key": "Grade",
|
|
"Value": { "String" : "${stock.grade_code}"}
|
|
},
|
|
{
|
|
"Key": "Owner",
|
|
"Value": { "String" : "${stock.owner_code}"}
|
|
},
|
|
{
|
|
"Key": "BatchNumber",
|
|
<#if stock.batch_1 == "">
|
|
"Value": { "String" : "no batch"}
|
|
<#else>
|
|
"Value": { "String" : "${stock.batch_1}"}
|
|
</#if>
|
|
},
|
|
{
|
|
"Key": "HeldForSpecificCode",
|
|
"Value": { "Bool" : "${stock.held_for_specific_code}"}
|
|
},
|
|
|
|
{
|
|
<#assign manufacturing_datetime = RfxDateTimetoUTCWithTimezone(stock.Date_of_manufacture,time_zone_rfx) />
|
|
"Key": "ManufacturingDate",
|
|
"Value": "Timestamp": {
|
|
"AuthorTimeZone": "${time_zone_rfx}",
|
|
"DateTime": "${manufacturing_datetime}"
|
|
}
|
|
}
|
|
]
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
|
"SegmentationKeys": [ ] |