RetailTransactionService::createCustomerReturnOrder Method [AX 2012]
Creates a customer return order from the given details.
client server public static container createCustomerReturnOrder(str custOrderXmlStr)
Run On
CalledParameters
- custOrderXmlStr
- Type: str
An XML string that contains the header, line details, and charges, payments associated with the return order to be created.
Show: