Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates customer quote lines from xml.
Syntax
client server private static void createCustomerQuoteLines(
SalesQuotationTable salesQuotationTable,
XmlNodeList xmlRecordList,
RetailStoreId storeId)
Run On
Called
Parameters
- 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.