RetailTransactionService::returnTransactionSalesTrans Method [AX 2012]
Updates the returnQty value of a set of RetailTransactionSalesTrans records by using the value in the returnQty value.
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
CalledParameters
- _transactionList
- Type: container
Return Value
Type: containerA container that contains a Boolean value that indicates whether the records were updated successfully.
Show:
Note