You need to sign in to do that
Don't have an account?

Sales Quote with Product Line Items Appexchange sample
This looks like a great sample app. The only problem that I have found is that the S Control that is used to copy the detail back to the opportunity (quoteLinesToOppRecord.htm)doesn't seem to add the quote line items to the opportunity line items.
The existing product line items are being deleted, but the new ones from the quote are not and no error alerts are being given.
Has anybody else experienced this or know of any fixes?
The existing product line items are being deleted, but the new ones from the quote are not and no error alerts are being given.
Has anybody else experienced this or know of any fixes?
Line: 88
Char: 21
Error: Object doesn't support this property or method
I tried to ignore it, but it wouldn't let me search for any products, nor would it display any. I looked in the cooresponding S-Control (addProductQuote.htm), and the line it's pointing to is:
Products.sort(sortBy);
sortBy is another function that it calls. So I don't know exactly why it isn't working "out of the box". If anyone could help me out, I'd greatly appreciate it.
var dst = sforceClient.Create(ar);
(When the Opportunity line items are being added)
dst[...].errors[0].message gives a "Field Integrity exception: PriceBookEntryID (Pricebook entry not in Opportunity pricebook)"
It sounds like the price book was changed on the opportunity after creating the quote and quote line items, i don't think there is a check for that.
to find products, there must be a related opportunity and the opportunity must specify an active price book
more checks we can add to the code...
Since this is a supported application,
please file a bug with our support team, we can work on making sure this app checks all the requirements needed to work.
thanks