RetailTransactionServiceTransactions::fillSalesOrderAddress Method [AX 2012]

Method returns the serialized xml string of a CustomerAddress having the data of the LogisticsPostalAddress table.

client server private static XmlElement fillSalesOrderAddress(
    LogisticsPostalAddress _deliveryAddress, 
    str _deliveryName, 
    XmlDocument xmlDoc)

Run On

Called

Parameters

_deliveryAddress
Type: LogisticsPostalAddress Table
Table buffer of LogisticsPostalAddress table.
_deliveryName
Type: str
Delivery Name
xmlDoc
Type: XmlDocument Class
XmlDocument

Return Value

Type: XmlElement Class
XML serialized string of the LogisticsPostalAddress table.
* Members must be in order of the CustomerAddress DataContract Example:
Show: