locked
Creating Quote Products with a write-in product and a given price, using SOAP RRS feed

  • Question

  • Hi folks

    I'm having a bit of difficulty creating Quote Products ('quotedetail' entities) with write-in product names and overridden prices.  The CRM interface shows me that the Quote Product entities are correctly set - the price is overridden, the product is written-in, and the parent quote is as it should be (with an empty price list).  No matter what I try, I simply can't get the specified price (set by PricePerUnit attribute in the SOAP request) to show - it always shows 0.

    Does anyone have any ideas as to what I'm doing wrong?

    Cheers!

    Wednesday, July 30, 2014 2:09 PM

Answers

  • It turns out Dynamics expects some wonderfully-case-sensitive XML, and will silently ignore elements which do not achieve such high standards :)
    • Marked as answer by Some Guy2 Wednesday, August 13, 2014 1:44 PM
    Wednesday, August 13, 2014 1:44 PM

All replies

  • Hi,

    Before you can add a product, you need to specify the price list on quote. CRM requires pricelist for the calculations.

    If you are not using pricelist at all. Then you can create one dumy data of price list. And use that record in all quotes.

    HTH!

    Thursday, July 31, 2014 8:51 AM
  • Thanks for your help, but as I stated, the Quote is already set with a dummy price list.

    Cheers!

    Thursday, July 31, 2014 9:36 AM
  • It turns out Dynamics expects some wonderfully-case-sensitive XML, and will silently ignore elements which do not achieve such high standards :)
    • Marked as answer by Some Guy2 Wednesday, August 13, 2014 1:44 PM
    Wednesday, August 13, 2014 1:44 PM