Share via


RetailTransactionService::returnTransactionSalesTrans Method [AX 2012]

Updates the returnQty value of a set of RetailTransactionSalesTrans records by using the value in the returnQty value.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static container returnTransactionSalesTrans(container _transactionList)

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static container returnTransactionSalesTrans(container _transactionList)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static container returnTransactionSalesTrans(container transactionList)

Run On

Called

Parameters

Return Value

Type: container
A container that contains a Boolean value that indicates whether the records were updated successfully.

See Also

Reference

RetailTransactionService Class