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