13 lines
387 B
Java
13 lines
387 B
Java
<#-- 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']/>
|
|
-->
|
|
|
|
<#assign activity_code = "PEN"/>
|
|
<#assign originator_code = "STANDARD"/>
|
|
<#assign receipt_type = "010"/>
|
|
<#assign receipt_reason_code = "REC"/>
|
|
<#assign work_mode_code = "LPA"/>
|