Hi
I want to assign current datetime to </DateTime> node in the following format in an xquery mapping file
<DateTime>2013-09-10T06:49:12Z</DateTime>
I have tried to do it as follows but it gives error
<DateTime>{fn:format-dateTime(fn:current-dateTime(),"[Y01]-[M01]-[D01] T[H01]:[m01]:[s01]:[f01]Z")}</DateTime>
<Destination>ERP</Destination>
<Sender>CRM</Sender>
Thanks in advance... can someone help me on this