RetailTransactionService::convertCustomerQuoteToOrder Method [AX 2012]

Converts a quotation to sales order.

Syntax

client server public static container convertCustomerQuoteToOrder(str custOrderXmlStr)

Run On

Called

Parameters

  • 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: container
A container that contains the status of quote conversion and ID of the sales order.

See Also

Reference

RetailTransactionService Class