How to reference a shipment Attribute in an xsl file?
Summary:
I need to reference the Attribute14 and AttributeDate4 of the shipment in a Stylesheet Content.
Content (please ensure you mask any confidential information):
When I reference ShipmentGid it works correctly in the following path:
<xsl:value-of select="Blob/xml/TenderOffer/Shipment/ShipmentHeader/ShipmentGid/Gid/Xid"/>
When I reference the Attributes I don't get any value:
<xsl:value-of select="Blob/xml/TenderOffer/Shipment/ShipmentHeader/ShipmentAttribute/FlexFieldStrings/Attribute14"/>
and
<xsl:value-of select="Blob/xml/TenderOffer/Shipment/ShipmentHeader/ShipmentAttribute/FlexFieldDates/AttributeDate4/GLogDate"/>
Version (include the version you are using, if applicable):
OTMv23c
Code Snippet (add any code snippets that support your topic, if applicable):