Doc Variables in Footer working in Word XML but not appearing in PDF
In EBS 12.1.3
Users want to display Variables like Doc Title, Created By , Creation Date, etc. on the Contract Document Footers.
Added the variables below in the footer section of OKCTERMS_en.xsl:
---------------------------------------------------------
<!--Document Title-->
<xsl:param name="DocTitle" xdofo:ctx="begin"/>
<!--Document Author-->
<xsl:param name="DocAuthor" xdofo:ctx="begin"/>
<!--Creation Date-->
<xsl:param name="DocCreated" xdofo:ctx="begin"/>
---------------------------------------------------------
The variables are shown in the Word XML document but not in the generated PDF document.
How do we get these variables to show in the footers of the PDF?
Users want to display Variables like Doc Title, Created By , Creation Date, etc. on the Contract Document Footers.
Added the variables below in the footer section of OKCTERMS_en.xsl:
---------------------------------------------------------
<!--Document Title-->
<xsl:param name="DocTitle" xdofo:ctx="begin"/>
<!--Document Author-->
<xsl:param name="DocAuthor" xdofo:ctx="begin"/>
<!--Creation Date-->
<xsl:param name="DocCreated" xdofo:ctx="begin"/>
---------------------------------------------------------
The variables are shown in the Word XML document but not in the generated PDF document.
How do we get these variables to show in the footers of the PDF?
0