RetailTransactionServiceTransactions::fillMarkupTrans Method [AX 2012]

Method returns the serialized xml string of a ChargeLine having the data of the MarkupTrans table.

client server private static XmlElement fillMarkupTrans(MarkupTrans _markupTrans, XmlDocument xmlDoc)

Run On

Called

Parameters

_markupTrans
Type: MarkupTrans Table
Table buffer of MarkupTrans table.
xmlDoc
Type: XmlDocument Class
XmlDocument

Return Value

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