reflex-wms-connector/RPtoRFX_PrepOrder_DefaultLineData.ftl
Laurie Montant b369dd8adf Modifs RPtoRFX 1701240947
(cherry picked from commit ca30958d350503a9923f26ca5e2baa05c06c5313)
2024-01-17 09:02:01 +00:00

21 lines
636 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_to_prepare = 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_to_prepare = SegmentationKeys_Map["myOwner"]!""/>
<#assign grade_code_to_prepare =""/>
<#assign batch_1 =""/>