RetailTransactionServiceLoyalty::getElementTextValue Method [AX 2012]
Gets the text value of a named child element.
client server private static str getElementTextValue(XmlElement _parentNode, str _elementName)
Run On
CalledParameters
- _parentNode
- Type: XmlElement Class
The parent element.
- _elementName
- Type: str
The child element name.
Show: