Syspro add RefMes & RefGrp / SSD-7031
This commit is contained in:
@@ -62,6 +62,8 @@
|
||||
<RCVLAD><xsl:value-of select="$sendToGLN"/></RCVLAD>
|
||||
<CREDAT></CREDAT>
|
||||
<CRETIM></CRETIM>
|
||||
<REFGRP>SYSPRO</REFGRP>
|
||||
<REFMES><xsl:value-of select="$sendFromGLN"/></REFMES>
|
||||
<SERIAL><xsl:value-of select="current-dateTime()"/></SERIAL>
|
||||
</EDI_DC40>
|
||||
</xsl:template>
|
||||
|
||||
@@ -40,6 +40,10 @@
|
||||
<CRETIM>
|
||||
<xsl:value-of select="format-dateTime(xs:dateTime(/XMLINVRPT/XMLINVRPTHEADER/DocumentDate),'[H00]:[m00]:[s00]')"/>
|
||||
</CRETIM>
|
||||
<REFGRP>SYSPRO</REFGRP>
|
||||
<REFMES>
|
||||
<xsl:value-of select="/XMLINVRPT/XMLINVRPTHEADER/SiteGLN"/>
|
||||
</REFMES>
|
||||
<SERIAL>
|
||||
<xsl:value-of select="current-dateTime()"/>
|
||||
</SERIAL>
|
||||
|
||||
@@ -55,6 +55,10 @@
|
||||
<xsl:value-of
|
||||
select="format-dateTime(xs:dateTime(./XMLDESADV/XMLDESADVHEADER/DocumentDate),'[H00]:[m00]:[s00]')" />
|
||||
</CRETIM>
|
||||
<REFGRP>SYSPRO</REFGRP>
|
||||
<REFMES>
|
||||
<xsl:value-of select="./XMLDESADV/XMLDESADVHEADER/SendFromGLN" />
|
||||
</REFMES>
|
||||
<SERIAL>
|
||||
<xsl:value-of select="current-dateTime()" />
|
||||
</SERIAL>
|
||||
|
||||
@@ -51,6 +51,10 @@
|
||||
<xsl:value-of
|
||||
select="format-dateTime(xs:dateTime(./XMLDESADV/XMLDESADVHEADER/DocumentDate),'[H00]:[m00]:[s00]')" />
|
||||
</CRETIM>
|
||||
<REFGRP>SYSPRO</REFGRP>
|
||||
<REFMES>
|
||||
<xsl:value-of select="./XMLDESADV/XMLDESADVHEADER/SendFromGLN" />
|
||||
</REFMES>
|
||||
<SERIAL>
|
||||
<xsl:value-of select="current-dateTime()" />
|
||||
</SERIAL>
|
||||
|
||||
Reference in New Issue
Block a user