Hi All,
We have setup agent which would notify Involved Party by email communication, in this email content, we want to include Shipment Refnum "GON_CONCATANATED".
Can you please suggest how we can handled SHipment refnum in XSL.
We have included below content, but then also it is not working and email is not capturing shipment refnum
<xsl:if test="ShipmentRefnum[RefnumQual='GON_CONCATANATED']">
<tr>
<td width="109" height="25">
<font face="Verdana, Arial, Helvetica" size="2">
<xsl:value-of select="translator:get-notification-value('notify.GON', string($language), string($country), string($variant))"/>
</font>
</td>
<td>
<font face="Verdana, Arial, Helvetica" size="2">
<b>
<xsl:value-of select="ShipmentRefnum[RefnumQual='GON_CONCATANATED']/RefnumValue"/>
</b>
</font>
</td>
</tr>
</xsl:if>
I have attached XSL file and also the exiting email format,
Please suggest.
Thanks,
Asheema
We have setup agent which would notify Involved Party by email communication, in this email content, we want to include Shipment Refnum "GON_CONCATANATED".
Can you please suggest how we can handled SHipment refnum in XSL.
We have included below content, but then also it is not working and email is not capturing shipment refnum
<xsl:if test="ShipmentRefnum[RefnumQual='GON_CONCATANATED']">
<tr>
<td width="109" height="25">
<font face="Verdana, Arial, Helvetica" size="2">
<xsl:value-of select="translator:get-notification-value('notify.GON', string($language), string($country), string($variant))"/>
</font>
</td>
<td>
<font face="Verdana, Arial, Helvetica" size="2">
<b>
<xsl:value-of select="ShipmentRefnum[RefnumQual='GON_CONCATANATED']/RefnumValue"/>
</b>
</font>
</td>
</tr>
</xsl:if>
I have attached XSL file and also the exiting email format,
Please suggest.
Thanks,
Asheema