Share via


RetailTransactionServiceTransactions::fillSalesOrderAddress Method [AX 2012]

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

Syntax

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

Run On

Called

Parameters

  • _deliveryName
    Type: str
    Delivery Name

Return Value

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

See Also

Reference

RetailTransactionServiceTransactions Class