SCPN1-9577

This commit is contained in:
2025-10-30 14:47:34 +01:00
parent 0adef4a1f3
commit bfbf654ee2
20 changed files with 126 additions and 26 deletions

View File

@@ -1,6 +1,12 @@
<#-- use protobuf of class HfDtlStockLs to find HARDIS WMS fields names -->
<#--
Best practices:
If the SK is of type:
- string: add ?json_string (e.g. "${stock.batch_1?json_string}")
- boolean: possible values: true and false
- datetime: expected format: 2025-10-30T10:12:10.000Z
- decimal number: the separator is a point (e.g. 10.5)
"SegmentationKeys": [
{
@@ -16,7 +22,7 @@
<#if stock.batch_1 == "">
"Value": { "String" : "no batch"}
<#else>
"Value": { "String" : "${stock.batch_1}"}
"Value": { "String" : "${stock.batch_1?json_string}"}
</#if>
},
{