<#-- Note : you can use Order Header Metadata, using the define map : Header_MetaData_Map --> <#-- How to use MD Header map Example : <#assign receipt_type = 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 receipt_type = ""/> <#assign receipt_reason_code = ""/> <#assign work_mode_code = ""/>