Share via


RetailTransactionServiceTransactions::fillSalesLineDetails Method [AX 2012]

Method returns the serialized xml string of a SalesLiner having the data of the SalesLine table.

Syntax

client server private static XmlElement fillSalesLineDetails(
    SalesLine _soLine, 
    RetailSalesLine _rsoLine, 
    InventDim _inventDim, 
    XmlDocument xmlDoc, 
   [boolean includeDiscount])

Run On

Called

Parameters

  • includeDiscount
    Type: boolean
    Whether to include the discount details, by default is false.

Return Value

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

See Also

Reference

RetailTransactionServiceTransactions Class