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