Modifs RPtoRFX 1701240947

(cherry picked from commit ca30958d35)
This commit is contained in:
2024-01-17 09:48:01 +01:00
committed by Francis Reat
parent fd1cfcc2c5
commit b369dd8adf
4 changed files with 33 additions and 4 deletions

View File

@@ -2,10 +2,18 @@
<#-- How to use MD Header map
Example :
<#assign pick_sequence_code = Header_MetaData_Map["OrderType"]!""/>
<#assign pick_sequence_code = Header_MetaData_Map["OrderType"].String!""/>
If your MD is :
Boolean : .Bool
Float : .Float
Timestamp : .Timestamp.DateTime or .Timestamp.AuthorTimeZone
Int : .Int
String : .String
-->
<#assign activity_code = ""/>
<#assign originator_code = ""/>
<#assign preparation_type_code = ""/>