RetailTransactionServiceTransactions::fillRetailTransactionDetails Method [AX 2012]
Method returns the serialized xml string of a RetailTransaction having the data of the RetailTransactionTable table.
client server private static XmlElement fillRetailTransactionDetails(
RetailTransactionTable transactionTable,
RetailTransactionTaxTrans taxTable,
RetailTransactionMarkupTrans chargeTable,
DirPartyTable partyTable,
XmlDocument xmlDoc)
Run On
CalledParameters
- transactionTable
- Type: RetailTransactionTable Table
Table buffer of RetailTransactionTable table.
- taxTable
- Type: RetailTransactionTaxTrans Table
Table buffer of RetailTransactionTaxTrans table.
- chargeTable
- Type: RetailTransactionMarkupTrans Table
Table buffer of RetailTransactionMarkupTrans table.
- partyTable
- Type: DirPartyTable Table
Table buffer of DirPartyTable table.
- xmlDoc
- Type: XmlDocument Class
XmlDocument
Return Value
Type: XmlElement ClassXML serialized string of the RetailTransactionTable table.
* Members must be in order of the SalesOrder DataContract Example:
Show: