Share via


RetailTransactionServiceTransactions::fillDiscountTrans Method [AX 2012]

Method returns the serialized xml string of a list of discountTrans having the data of the RetailTransactionDiscountTrans table.

Syntax

client server private static str fillDiscountTrans(RetailTransactionTable transactionTable)

Run On

Called

Parameters

Return Value

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

See Also

Reference

RetailTransactionServiceTransactions Class