RetailTransactionService::convertCustomerQuoteToOrder Method [AX 2012]
Converts a quotation to sales order.
client server public static container convertCustomerQuoteToOrder(str custOrderXmlStr)
Run On
CalledParameters
- custOrderXmlStr
- Type: str
An XML string that contains the header, line details, and charges, payments associated with the sales order to be created.
Return Value
Type: containerA container that contains the status of quote conversion and ID of the sales order.
Show: