Share via


RetailTransactionService::MarkItemsReturned Method [AX 2012]

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

Syntax

client server public static container MarkItemsReturned(str itemReturnXmlStr)

Run On

Called

Parameters

  • itemReturnXmlStr
    Type: str
    Return items serialized to xml string.
    Example: 1000011001100111.001000021001100122.00

Return Value

Type: container
The status as a container.

See Also

Reference

RetailTransactionService Class