Share via


RetailTransactionServiceTransactions::fillSalesTrans Method [AX 2012]

Method returns the serialized xml string of a list of salesTrans having the data of the RetailTransactionSalesTrans table.

Syntax

client server private static str fillSalesTrans(RetailTransactionTable transactionTable)

Run On

Called

Parameters

Return Value

Type: str
XML serialized string of the RetailTransactionSalesTrans table.
Example:

See Also

Reference

RetailTransactionServiceTransactions Class