How to add shipment refnum value on xml
Hi, we would to create External System. below
<xsl:value-of select="otm:Transmission/otm:TransmissionBody/otm:GLogXMLElement/otm:PlannedShipment/otm:Shipment/otm:ShipmentHeader/otm:ShipmentRefnum[ShipmentRefnumQualifierGid/Gid/Xid='CUSTOMER']/ShipmentRefnumValue"/>
i want to get the value of customer but it cannot. any idea?
0