RetailTransactionServiceOrders::createCustomerQuoteLines Method [AX 2012]
Creates customer quote lines from xml.
client server private static void createCustomerQuoteLines(
SalesQuotationTable salesQuotationTable,
XmlNodeList xmlRecordList,
RetailStoreId storeId)
Run On
CalledParameters
- salesQuotationTable
- Type: SalesQuotationTable Table
The quotation table record where the new lines will be added to.
- xmlRecordList
- Type: XmlNodeList Class
The XML record list containing the quotation line information.
- storeId
- Type: RetailStoreId Extended Data Type
The Store identifier.
Show: