reflex-wms-connector/RPtoRFX_Receipt_DefaultLineData.ftl
2024-12-04 08:08:26 +01:00

19 lines
570 B
Java

<#-- Note : you can use Order Line Metadata, using the define map : Line_MetaData_Map -->
<#-- Note : you can use Order Line Segmentation keys, using the define map : SegmentationKeys_Map -->
<#-- How to use MD or SK map
Example :
<#assign owner_code = SegmentationKeys_Map["Owner"].String!""/>
If your SK is :
Boolean : .Bool
Float : .Float
Timestamp : .Timestamp.DateTime or .Timestamp.AuthorTimeZone
Int : .Int
String : .String
-->
<#assign owner_code = ""/>
<#assign grade_code = ""/>
<#assign batch_1 = ""/>