xml Payment Creation Date
Hi,
I am trying to create a payment format where the Requested Execution Date is the system date (current date) and not the payment date.
Current seeded payment format has:
<ReqdExctnDt>
<xsl:value-of select="PaymentDate"/>
</ReqdExctnDt>
I would like the "PaymentDate" to be the system date. This would allow payment to be generated and sent to the bank for processing immediately when GL periods are closed.
Is there any code that will allow the system date to be populated?
Thanks
Jon