RetailTransactionServiceAX5::returnTransactionSalesTrans Method [AX 2012]

Method updates the RetailTransactionSalesTrans.returnQty with the value in returnQty if the RetailTransactionSalesTrans.returnQty + returnQty > RetailTransactionSalesTrans.qty field.

client server public static container returnTransactionSalesTrans(container _transactionList)

Run On

Called

Parameters

_transactionList
Type: container
Container having transactionid, storeid, terminalid, linenum and quantity.

Return Value

Type: container
The status as a container.
Show: